-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-34512][BUILD][SQL] Upgrade built-in Hive to 2.3.9 #32750
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 @sunchao |
|
Kubernetes integration test starting |
sql/hive/src/test/scala/org/apache/spark/sql/hive/test/TestHive.scala
Outdated
Show resolved
Hide resolved
|
Kubernetes integration test status failure |
|
Test build #139227 has finished for PR 32750 at commit
|
|
Thank you, @wangyum . It seems that the downloading still have some issue. |
|
Test build #139246 has finished for PR 32750 at commit
|
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #139247 has finished for PR 32750 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #139258 has finished for PR 32750 at commit
|
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 (Pending CIs)
Thank you for updating.
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #139663 has finished for PR 32750 at commit
|
What changes were proposed in this pull request?
This pr upgrades built-in Hive to 2.3.9. Hive 2.3.9 changes:
Why are the changes needed?
Fix regression caused by AVRO-2035.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Unit test.