Skip to content

Conversation

igorcalabria
Copy link
Contributor

fixes #8204. The problem is that when the compressed stream ends with a full buffer, it's not really able to detect if the file ended of not. To fix this, I just let the code "wrap around" and with the buffers refreshed, it's a lot easier to check if the file reached its end or not.

fixes duckdb#8204. The problem is that
when the compressed stream ends with a full buffer, it's not really able
to detect if the file ended of not. To fix this, I just let the code
"wrap around" and with the buffers refreshed, it's a lot easier to check
if the file reached its end or not.
@Mytherin Mytherin merged commit 1a06164 into duckdb:master Jul 27, 2023
@Mytherin
Copy link
Collaborator

Thanks for the PR! LGTM

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

Successfully merging this pull request may close these issues.

Possible breakage with gzipped csv files in 0.8 and 0.8.1
2 participants