[SPARK-37548][INFRA][R][TESTS] Add Java17 SparkR daily test coverage#34808
Closed
dongjoon-hyun wants to merge 4 commits intoapache:masterfrom
dongjoon-hyun:SPARK-37548
Closed
[SPARK-37548][INFRA][R][TESTS] Add Java17 SparkR daily test coverage#34808dongjoon-hyun wants to merge 4 commits intoapache:masterfrom dongjoon-hyun:SPARK-37548
dongjoon-hyun wants to merge 4 commits intoapache:masterfrom
dongjoon-hyun:SPARK-37548
Conversation
Member
Author
|
cc @HyukjinKwon and @LuciferYang |
HyukjinKwon
approved these changes
Dec 5, 2021
|
Kubernetes integration test starting |
Member
Author
|
Thank you, @HyukjinKwon ! Merged got master. |
|
Kubernetes integration test status failure |
|
Test build #145924 has finished for PR 34808 at commit
|
Contributor
|
LGTM +1 |
Member
Author
|
For a record, it passed. |
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 add
Java 17SparkR daily test coverage.Why are the changes needed?
To support
Java 17for SparkR in Apache Spark 3.3.0.I manually tested SparkR UT on
Java 17onMacBook Pro (16-inch, 2021) Apple Silicon M1 Max.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Manually review. This should be tested after merging.