[SPARK-38567][INFRA][3.3] Enable GitHub Action build_and_test on branch-3.3 - #35876
Closed
MaxGekk wants to merge 1 commit into
Closed
[SPARK-38567][INFRA][3.3] Enable GitHub Action build_and_test on branch-3.3#35876MaxGekk wants to merge 1 commit into
MaxGekk wants to merge 1 commit into
Conversation
HyukjinKwon
approved these changes
Mar 16, 2022
Member
|
Merged to branch-3.3. Let's see if it works. |
HyukjinKwon
pushed a commit
that referenced
this pull request
Mar 16, 2022
…ch-3.3 ### What changes were proposed in this pull request? Like branch-3.2, this PR aims to update GitHub Action `build_and_test` in branch-3.3. ### Why are the changes needed? Currently, GitHub Action on branch-3.3 is not working. - https://github.com/apache/spark/commits/branch-3.3 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A Closes #35876 from MaxGekk/fix-github-actions-3.3. Authored-by: Max Gekk <max.gekk@gmail.com> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
dongjoon-hyun
left a comment
Member
There was a problem hiding this comment.
+1, LGTM. Thank you! Ya, it looks like working correctly.
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?
Like branch-3.2, this PR aims to update GitHub Action
build_and_testin branch-3.3.Why are the changes needed?
Currently, GitHub Action on branch-3.3 is not working.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
N/A