Uh oh!
There was an error while loading. Please reload this page.
[SPARK-31589][INFRA] Use r-lib/actions/setup-r in GitHub Action - #28382
Closed
dongjoon-hyun wants to merge 2 commits into
Closed
[SPARK-31589][INFRA] Use r-lib/actions/setup-r in GitHub Action#28382dongjoon-hyun wants to merge 2 commits into
r-lib/actions/setup-r in GitHub Action#28382dongjoon-hyun wants to merge 2 commits into
Conversation
dongjoon-hyun
commented
Apr 28, 2020
MemberAuthor
Thank you! I optimized a little by removing |
HyukjinKwon
commented
Apr 28, 2020
Member
no problem. still lgtm as long as it fixes the build. |
Member
Merged to master and branch-3.0. Seems we're all good. |
HyukjinKwon pushed a commit
that referenced
this pull request
Apr 28, 2020
### What changes were proposed in this pull request? This PR aims to use `r-lib/actions/setup-r` because it's more stable and maintained by 3rd party. ### Why are the changes needed? This will recover the current outage. In addition, this will be more robust in the future. As of now, this is tested via dongjoon-hyun#17 . ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Pass the GitHub Actions, especially `Linter R` and `Generate Documents`. Closes#28382 from dongjoon-hyun/SPARK-31589. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 2d3e960) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
HyukjinKwon
commented
Apr 28, 2020
Member
It has a conflict against branch-2.4. Can you backport this too @dongjoon-hyun? |
dongjoon-hyun
commented
Apr 28, 2020
MemberAuthor
Thank you. Sure! |
SparkQA
commented
Apr 28, 2020
Test build #121952 has finished for PR 28382 at commit
|
SparkQA
commented
Apr 28, 2020
Test build #121951 has finished for PR 28382 at commit
|
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 freeto 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 use
r-lib/actions/setup-rbecause it's more stable and maintained by 3rd party.Why are the changes needed?
This will recover the current outage. In addition, this will be more robust in the future.
As of now, this is tested via dongjoon-hyun#17 .
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the GitHub Actions, especially
Linter RandGenerate Documents.