Uh oh!
There was an error while loading. Please reload this page.
[SPARK-59086][SPARK-54466][BUILD] Extract common build env setup into composite action - #58334
Open
nchammas wants to merge 9 commits into
Open
[SPARK-59086][SPARK-54466][BUILD] Extract common build env setup into composite action#58334nchammas wants to merge 9 commits into
nchammas wants to merge 9 commits into
Conversation
nchammas
marked this pull request as ready for review
August 29, 2026 04:18
nchammas
commented
Sep 1, 2026
ContributorAuthor
Tagging for review the same folks who reviewed #57187. |
nchammas
requested review from
HyukjinKwon, dongjoon-hyun, gaogaotiantian, uros-b and zhengruifengSeptember 1, 2026 13:22
nchammas
commented
Sep 7, 2026
ContributorAuthor
@dongjoon-hyun - Would you like me to split out the macOS-related cleanup into its own PR? |
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?
Related: #57187
Why are the changes needed?
build_maven_java21_macos26.yml,build_python_3.12_macos26.yml)Does this PR introduce any user-facing change?
No.
How was this patch tested?
PR CI:
As far as the runtimes go, I don't see any notable differences for any individual job. (Disregard the overall graph runtime since it includes waiting for runners to pick up the jobs.)
For the scheduled workflows that don't run as part of PR CI tests, I manually edited them to run on my fork:
They both ran successfully. (The failure on the extended SQL tests in first run is unrelated to this PR.)
Was this patch authored or co-authored using generative AI tooling?
I wrote this with assistance from GitHub Copilot.