-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-35992][BUILD] Upgrade ORC to 1.6.9 #33189
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
|
cc @gengliangwang This bug fix is required for Apache Spark 3.2.0. |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
@dongjoon-hyun Thanks for the ping. for every test case under OrcEncryptionSuite |
|
Test build #140582 has finished for PR 33189 at commit
|
|
Thank you for review, @gengliangwang . You can run it with SBT like the following. Did you run it in IntelliJ? |
|
Merged to master/3.2 for Apache Spark 3.2.0. |
### What changes were proposed in this pull request? This PR aims to upgrade Apache ORC to 1.6.9. ### Why are the changes needed? This is required to bring ORC-804 in order to fix ORC encryption masking bug. ### Does this PR introduce _any_ user-facing change? No. This is not released yet. ### How was this patch tested? Pass the newly added test case. Closes #33189 from dongjoon-hyun/SPARK-35992. Lead-authored-by: Dongjoon Hyun <[email protected]> Co-authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit c55b9fd) Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
This PR aims to upgrade Apache ORC to 1.6.9.
Why are the changes needed?
This is required to bring ORC-804 in order to fix ORC encryption masking bug.
Does this PR introduce any user-facing change?
No. This is not released yet.
How was this patch tested?
Pass the newly added test case.