Uh oh!
There was an error while loading. Please reload this page.
[SPARK-35490][BUILD] Update json4s to 3.7.0-M11 - #32636
Conversation
SparkQA
commented
May 22, 2021
Kubernetes integration test unable to build dist. exiting with code: 1 |
SparkQA
commented
May 22, 2021
Test build #138834 has finished for PR 32636 at commit
|
105ccae to
ef6430bCompareSparkQA
commented
May 23, 2021
Test build #138838 has finished for PR 32636 at commit
|
SparkQA
commented
May 23, 2021
Kubernetes integration test unable to build dist. exiting with code: 1 |
Hi, @vinodkc . Jenkins also failed with Do we need to remove more imports? |
Uh oh!
There was an error while loading. Please reload this page.
ef6430b to
d38571fCompareSparkQA
commented
May 23, 2021
Kubernetes integration test unable to build dist. exiting with code: 1 |
SparkQA
commented
May 23, 2021
Test build #138841 has finished for PR 32636 at commit
|
d38571f to
bbb2e0bCompareSparkQA
commented
May 23, 2021
Kubernetes integration test unable to build dist. exiting with code: 1 |
SparkQA
commented
May 23, 2021
Test build #138844 has finished for PR 32636 at commit
|
bbb2e0b to
20f4477CompareSparkQA
commented
May 23, 2021
Test build #138846 has finished for PR 32636 at commit
|
SparkQA
commented
May 23, 2021
Kubernetes integration test starting |
SparkQA
commented
May 23, 2021
Kubernetes integration test status success |
SparkQA
commented
May 24, 2021
Kubernetes integration test unable to build dist. exiting with code: 1 |
SparkQA
commented
May 24, 2021
Test build #138875 has finished for PR 32636 at commit
|
12483bd to
7a8e65eCompareSparkQA
commented
May 24, 2021
Test build #138876 has finished for PR 32636 at commit
|
srowen
commented
May 24, 2021
I think it's OK to ignore the MiMa warnings, as all affected methods are private. |
SparkQA
commented
May 24, 2021
Kubernetes integration test starting |
SparkQA
commented
May 24, 2021
Kubernetes integration test status failure |
SparkQA
commented
May 25, 2021
Kubernetes integration test starting |
SparkQA
commented
May 25, 2021
Kubernetes integration test status success |
8cdbbb7 to
8eeb868CompareSparkQA
commented
May 25, 2021
Test build #138908 has finished for PR 32636 at commit
|
SparkQA
commented
May 25, 2021
Kubernetes integration test starting |
SparkQA
commented
May 25, 2021
Kubernetes integration test status success |
SparkQA
commented
May 25, 2021
Test build #138920 has finished for PR 32636 at commit
|
srowen
left a comment
There was a problem hiding this comment.
This much seems OK then. I suppose eventually we'll have to deal with the binary change if it ends up in the final version.
dongjoon-hyun
commented
May 25, 2021
cc @MaxGekk , too. |
MaxGekk
left a comment
There was a problem hiding this comment.
Multiple defect fixes and improvements
It would be nice to see some summary of the fixes/improvements. Maybe they are not relevant to Spark.
vinodkc
commented
May 26, 2021
I've updated the summary of the fixes/improvements, thanks for the review comment |
MaxGekk
commented
May 26, 2021
+1, LGTM. Merging to master. |
What changes were proposed in this pull request?
This PR aims to upgrade json4s from 3.7.0-M5 to 3.7.0-M11
Note: json4s version greater than 3.7.0-M11 is not binary compatible with Spark third party jars
Why are the changes needed?
Multiple defect fixes and improvements like
json4s/json4s#750
json4s/json4s#554
json4s/json4s#715
Does this PR introduce any user-facing change?
No
How was this patch tested?
Ran with the existing UTs