[SPARK-44522][BUILD] Upgrade scala-xml to 2.2.0#42119
Closed
LuciferYang wants to merge 4 commits intoapache:masterfrom
Closed
[SPARK-44522][BUILD] Upgrade scala-xml to 2.2.0#42119LuciferYang wants to merge 4 commits intoapache:masterfrom
scala-xml to 2.2.0#42119LuciferYang wants to merge 4 commits intoapache:masterfrom
Conversation
LuciferYang
commented
Jul 24, 2023
.github/workflows/build_and_test.yml
Outdated
| HIVE_PROFILE: ${{ matrix.hive }} | ||
| GITHUB_PREV_SHA: ${{ github.event.before }} | ||
| SPARK_LOCAL_IP: localhost | ||
| SCALA_PROFILE: scala2.13 |
Contributor
Author
There was a problem hiding this comment.
test scala 2.13, will revert after test pass
scala-xml to 2.2.0
dongjoon-hyun
approved these changes
Jul 24, 2023
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM (Pending CIs). Thank you, @LuciferYang .
Contributor
Author
|
For scala 2.13, all scala test passed. https://github.com/LuciferYang/spark/runs/15278359785
|
Contributor
Author
Seems https://github.com/apache/spark/pull/42115/files try to fix this |
Member
|
Looks OK just re-run tests |
Contributor
Author
Contributor
Author
|
rebase |
Member
|
Merged to master |
Contributor
Author
|
Thanks @srowen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This pr aims to upgrade
scala-xmlfrom 2.1.0 to 2.2.0.Why are the changes needed?
The new version bring some bug fix like:
The full release notes as follows:
Does this PR introduce any user-facing change?
No
How was this patch tested?