-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32089][R][BUILD] Upgrade R version to 4.0.2 in the release DockerFiile #28922
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
|
cc @shivaram too |
|
Test build #124484 has finished for PR 28922 at commit
|
shivaram
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. Thanks @HyukjinKwon
|
thanks, merging to master/3.0! |
…kerFiile ### What changes were proposed in this pull request? This PR proposes to upgrade R version to 4.0.2 in the release docker image. As of SPARK-31918, we should make a release with R 4.0.0+ which works with R 3.5+ too. ### Why are the changes needed? To unblock releases on CRAN. ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? Manually tested via scripts under `dev/create-release`, manually attaching to the container and checking the R version. Closes #28922 from HyukjinKwon/SPARK-32089. Authored-by: HyukjinKwon <[email protected]> Signed-off-by: Wenchen Fan <[email protected]> (cherry picked from commit 71b6d46) Signed-off-by: Wenchen Fan <[email protected]>
|
Nice, @HyukjinKwon . |
|
@HyukjinKwon could we also merge this in branch-2.4? If we build a 2.4.7 release we should use R 4.0 for that cc @holdenk |
…kerFiile This PR proposes to upgrade R version to 4.0.2 in the release docker image. As of SPARK-31918, we should make a release with R 4.0.0+ which works with R 3.5+ too. To unblock releases on CRAN. No, dev-only. Manually tested via scripts under `dev/create-release`, manually attaching to the container and checking the R version. Closes #28922 from HyukjinKwon/SPARK-32089. Authored-by: HyukjinKwon <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
|
@shivaram, I ported back by logically resolving conflicts; however, it wasn't tested. |
What changes were proposed in this pull request?
This PR proposes to upgrade R version to 4.0.2 in the release docker image. As of SPARK-31918, we should make a release with R 4.0.0+ which works with R 3.5+ too.
Why are the changes needed?
To unblock releases on CRAN.
Does this PR introduce any user-facing change?
No, dev-only.
How was this patch tested?
Manually tested via scripts under
dev/create-release, manually attaching to the container and checking the R version.