Uh oh!
There was an error while loading. Please reload this page.
[SPARK-32511][SQL][FOLLOWUP] Fix the broken build for Scala 2.13 with Maven - #29954
[SPARK-32511][SQL][FOLLOWUP] Fix the broken build for Scala 2.13 with Maven#29954sarutak wants to merge 2 commits into
Conversation
SparkQA
commented
Oct 6, 2020
Test build #129447 has finished for PR 29954 at commit
|
sarutak
commented
Oct 6, 2020
This compilation error will be fixed by #29955 . |
sarutak
commented
Oct 6, 2020
retest this please. |
sarutak
commented
Oct 6, 2020
cc: @srowen |
SparkQA
commented
Oct 6, 2020
Kubernetes integration test starting |
SparkQA
commented
Oct 6, 2020
Kubernetes integration test status success |
SparkQA
commented
Oct 6, 2020
Kubernetes integration test starting |
SparkQA
commented
Oct 6, 2020
Kubernetes integration test starting |
SparkQA
commented
Oct 6, 2020
Kubernetes integration test status success |
SparkQA
commented
Oct 6, 2020
Kubernetes integration test status success |
dongjoon-hyun
commented
Oct 6, 2020
SparkQA
commented
Oct 6, 2020
Test build #129449 has finished for PR 29954 at commit
|
SparkQA
commented
Oct 6, 2020
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