-
Notifications
You must be signed in to change notification settings - Fork 915
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
[FEA] ZStandard codec support for Parquet reader #9055
Comments
This issue has been labeled |
Still desired |
This issue has been labeled |
Still desired |
…enabled (#10944) Closes #9055 Limiting due to known nvcomp issues. Authors: - Vukasin Milovanovic (https://github.com/vuule) Approvers: - Nghia Truong (https://github.com/ttnghia) - Jim Brennan (https://github.com/jbrennan333) - Vyas Ramasubramani (https://github.com/vyasr) - Mike Wilson (https://github.com/hyperbolic2346) - Bradley Dice (https://github.com/bdice) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #10944
Is your feature request related to a problem? Please describe.
Some users have Parquet data that uses the ZStandard compression codec rather than the standard Snappy codec. RAPIDS is unable to accelerate loading of these files due to the lack of support for this codec on Parquet reads.
Describe the solution you'd like
The libcudf Parquet reader should support loading Parquet files that have been compressed with the ZStandard codec.
The text was updated successfully, but these errors were encountered: