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

Support for decompressing multi-member gz/bz/xz files #5628

Closed
metesynnada opened this issue Mar 17, 2023 · 0 comments · Fixed by #5629
Closed

Support for decompressing multi-member gz/bz/xz files #5628

metesynnada opened this issue Mar 17, 2023 · 0 comments · Fixed by #5629
Labels
enhancement New feature or request

Comments

@metesynnada
Copy link
Contributor

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

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

Successfully merging a pull request may close this issue.

1 participant