You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "ghuls (via GitHub)" <gi...@apache.org> on 2023/06/15 17:11:39 UTC

[GitHub] [arrow-rs] ghuls opened a new pull request, #4419: Fix reading gzip file with multiple gzip headers in parquet-fromcsv.

ghuls opened a new pull request, #4419:
URL: https://github.com/apache/arrow-rs/pull/4419

   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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold merged pull request #4419: Fix reading gzip file with multiple gzip headers in parquet-fromcsv.

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold merged PR #4419:
URL: https://github.com/apache/arrow-rs/pull/4419


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org