-
Notifications
You must be signed in to change notification settings - Fork 28.5k
[SPARK-44522][BUILD] Upgrade scala-xml
to 2.2.0
#42119
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
.github/workflows/build_and_test.yml
Outdated
@@ -205,6 +205,7 @@ jobs: | |||
HIVE_PROFILE: ${{ matrix.hive }} | |||
GITHUB_PREV_SHA: ${{ github.event.before }} | |||
SPARK_LOCAL_IP: localhost | |||
SCALA_PROFILE: scala2.13 |
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.
test scala 2.13, will revert after test pass
scala-xml
to 2.2.0
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, @LuciferYang .
For scala 2.13, all scala test passed. https://github.com/LuciferYang/spark/runs/15278359785
|
Seems https://github.com/apache/spark/pull/42115/files try to fix this |
Looks OK just re-run tests |
rebase |
Merged to master |
Thanks @srowen |
### What changes were proposed in this pull request? This pr aims to upgrade `scala-xml` from 2.1.0 to 2.2.0. ### Why are the changes needed? The new version bring some bug fix like: - scala/scala-xml#651 - scala/scala-xml#677 The full release notes as follows: - https://github.com/scala/scala-xml/releases/tag/v2.2.0 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass GitHub Actions - Checked Scala 2.13, all Scala test passed: https://github.com/LuciferYang/spark/runs/15278359785 Closes apache#42119 from LuciferYang/scala-xml-220. Authored-by: yangjie01 <[email protected]> Signed-off-by: Sean Owen <[email protected]>
What changes were proposed in this pull request?
This pr aims to upgrade
scala-xml
from 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?