Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix reading of gzipped CSV files. Fixes: #3895 #3896

Merged
merged 1 commit into from
Jul 5, 2022

Conversation

ghuls
Copy link
Collaborator

@ghuls ghuls commented Jul 4, 2022

Fix reading of gzipped CSV files for now by defaulting
to using the miniz_oxide gzip reader, till the zlib-ng
gzip reader is fixed.

Fix reading of gzipped CSV files for now by defaulting
to using the miniz_oxide gzip reader, till the zlib-ng
gzip reader is fixed.
@github-actions github-actions bot added the python Related to Python Polars label Jul 4, 2022
@ritchie46
Copy link
Member

Thanks @ghuls. Is there an issue upstream that refers this bug, or should we make one?

@ritchie46 ritchie46 merged commit 84c5170 into pola-rs:master Jul 5, 2022
@ghuls
Copy link
Collaborator Author

ghuls commented Jul 5, 2022

No, not yet.
We need to make one, but not sure exactly where.

@ghuls
Copy link
Collaborator Author

ghuls commented Jul 5, 2022

Just tested. with the zlib instead of zlib-ng-compat feature, it can still read the gzipped CSV file.

@ghuls
Copy link
Collaborator Author

ghuls commented Jul 5, 2022

Reported here: rust-lang/libz-sys#104

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

Successfully merging this pull request may close these issues.

2 participants