-
Notifications
You must be signed in to change notification settings - Fork 241
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] Enable zstd integration tests for parquet and orc #5580
Labels
test
Only impacts tests
Comments
jbrennan333
added
feature request
New feature or request
? - Needs Triage
Need team to review and classify
labels
May 20, 2022
sameerz
added
test
Only impacts tests
and removed
feature request
New feature or request
? - Needs Triage
Need team to review and classify
labels
May 20, 2022
Note that on spark2a, I did run into issues trying to run with Spark-3.1.2. So the extra jar comment may still apply for Spark-3.1.2. It works with Spark-3.2.1. |
I put up PR #5898 for this. |
This change was reverted by #5916 because it was done too early. |
jbrennan333
changed the title
[FEA] Enable parquet integration test for zstd
[FEA] Enable zstd integration tests for parquet and orc
Jul 12, 2022
Edited description to include update to orc_test.py. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We do not currently test parquet with zstd codec. Once CUDF PR rapidsai/cudf#10851 is merged, we should enable zstd testing by changing this line in parquet_test.py:
-parquet_compress_options = ['none', 'uncompressed', 'snappy', 'gzip']
+parquet_compress_options = ['none', 'uncompressed', 'snappy', 'gzip', 'zstd']
The text was updated successfully, but these errors were encountered: