-
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 ORC reader #9057
Comments
This issue has been labeled |
Still desired. |
This issue has been labeled |
Still desired |
Added in #10873 |
Is your feature request related to a problem? Please describe.
Some users have ORC 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 ORC reads.
Describe the solution you'd like
The libcudf ORC reader should support loading ORC files that have been compressed with the ZStandard codec.
The text was updated successfully, but these errors were encountered: