-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-34479][SQL] Add zstandard codec to Avro compression codec list #31673
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for sharing PR, @wangyum . I believe we can collaborate to fix the issue and merge this PR soon via luben/zstd-jni#161 .
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
I made a PR. It will unblock this issue. I verified the new ZSTD JNI library on top of this PR. |
|
Could you rebase this PR to the master? |
|
Test build #135535 has finished for PR 31673 at commit
|
|
Test build #135541 has finished for PR 31673 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. Thank you!
Merged to master.
What changes were proposed in this pull request?
Avro add zstandard codec since AVRO-2195. This pr add zstandard codec to Avro compression codec list.
Why are the changes needed?
To make Avro support zstandard codec.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Unit test.