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

[GitHub] [arrow-datafusion] metesynnada opened a new issue, #5628: Support for decompressing multi-member gz/bz/xz files

metesynnada opened a new issue, #5628:
URL: https://github.com/apache/arrow-datafusion/issues/5628

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   The GZIP/BZIP2/XZ specs include support for one or more members (i. e A gzip file consists of a series of "members" compressed data sets). Currently, on `FileCompressionType::convert_read`, we are decompressing only the first member.
   
   Overall, adding support for decompressing multi-member gzip, bzip2, and xz files can help improve the usability and efficiency of Datafusion for larger data, making them more valuable for users who work with large datasets or frequently use multi-member compressed archives.
   
   **Describe the solution you'd like**
   Change default behavior to support bigger files with multi-members and get rid of this silent problem.
   
   **Describe alternatives you've considered**
   NA
   
   **Additional context**
   NA
   


-- 
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.apache.org

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


[GitHub] [arrow-datafusion] alamb closed issue #5628: Support for decompressing multi-member gz/bz/xz files

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #5628: Support for decompressing multi-member gz/bz/xz files
URL: https://github.com/apache/arrow-datafusion/issues/5628


-- 
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