Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

v4.1.1 When no delimiter is found in a chunk, the chunk is reread. #185

Closed
guyboertje opened this issue May 2, 2018 · 0 comments
Closed
Assignees
Labels

Comments

@guyboertje
Copy link
Contributor

Currently the read position is updated (to the end of the line) when a line is seen. A line here is the text before the delimiter.
When the delimiter is not seen in a chunk (can be simulated with a ridiculously low file_chunk_size) no lines are detected and the position is not updated. this means the seek position remains unchanged and the same chunk is repeatedly read.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant