-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32511][SQL][FOLLOWUP] Fix the broken build for Scala 2.13 with Maven #29954
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
|
Test build #129447 has finished for PR 29954 at commit
|
|
This compilation error will be fixed by #29955 . |
|
retest this please. |
|
cc: @srowen |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Kubernetes integration test status success |
|
Test build #129449 has finished for PR 29954 at commit
|
|
Test build #129451 has finished for PR 29954 at commit
|
What changes were proposed in this pull request?
This PR fixes the broken build for Scala 2.13 with Maven.
https://github.com/apache/spark/pull/29913/checks?check_run_id=1187826966
#29795 was merged though it doesn't successfully finish the build for Scala 2.13
Why are the changes needed?
To fix the build.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
build/mvn -Pscala-2.13 -Phive -Phive-thriftserver -DskipTests package