You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated to version 2.0. The chunk_size parameter of the read_delim_chunked function does not seem to work. Regardless of the argument that I pass, the chunk size remains fixed at 10000.
Thanks.
EDIT: Here is a reproducible example. Chunk size argument does not work when reading mtcars.csv:
Thanks for opening the issue and providing a reproducible example.
This was a regression in readr 2.0.0, it should be fixed now in the current master branch.
Hi,
I just updated to version 2.0. The
chunk_size
parameter of theread_delim_chunked
function does not seem to work. Regardless of the argument that I pass, the chunk size remains fixed at 10000.Thanks.
EDIT: Here is a reproducible example. Chunk size argument does not work when reading
mtcars.csv
:The output is "32," indicating that all 32 rows were read at once.
The text was updated successfully, but these errors were encountered: