-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-29528][BUILD] Upgrade scala-maven-plugin to 4.3.0 for Scala 2.13.1 #26457
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
R/README.md
Outdated
| @@ -1,4 +1,4 @@ | |||
| # R on Spark | |||
| # R on Spark! | |||
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.
This is only for triggering AppVoyer and this will be reverted before merging.
|
Thanks @dongjoon-hyun for trying this out! |
|
Thank you. AppVeyor passed! |
|
Test build #113525 has finished for PR 26457 at commit
|
|
Test build #113526 has finished for PR 26457 at commit
|
This reverts commit 4020832.
HyukjinKwon
left a comment
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.
LGTM if tests pass
|
Test build #113534 has finished for PR 26457 at commit
|
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.
Thank you for review and approval. Merged to master.
This passes Jenkins and AppVeyor.
What changes were proposed in this pull request?
This PR aims to upgrade
scala-maven-pluginto4.3.0for Scala2.13.1.We tried 4.2.4, but it's reverted due to Windows build issue. Now,
4.3.0has a Window fix.Why are the changes needed?
Scala 2.13.1 seems to break the binary compatibility.
We need to upgrade
scala-maven-pluginto bring the the following fixes for the latest Scala 2.13.1.Also,
4.3.0has the following Window fix.Does this PR introduce any user-facing change?
No.
How was this patch tested?
AppVeyorpassed. (https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark/builds/28745383)