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 gzip file with multiple gzip headers in parquet-fromcsv. #4419

Conversation

ghuls
Copy link
Contributor

@ghuls ghuls commented Jun 15, 2023

Fix reading gzip file with multiple gzip headers in parquet-fromcsv.

Closes: #4173

Which issue does this PR close?

Closes #4173.

Rationale for this change

Gzipped CSV/TSV files containing multiple gzip headers, could not be read properly before.
This kind of files are commonly generated in bioinformatic workflows with the bgzip compression tool.

Fix reading gzip file with multiple gzip headers in parquet-fromcsv.

Closes: apache#4173
@github-actions github-actions bot added the parquet Changes to the parquet crate label Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to read block compressed gzip files with parquet-fromcsv
2 participants