[SPARK-57136][INFRA] Disable build-core-utils in Non-ANSI scheduled builds#56191
Closed
dongjoon-hyun wants to merge 1 commit into
Closed
[SPARK-57136][INFRA] Disable build-core-utils in Non-ANSI scheduled builds#56191dongjoon-hyun wants to merge 1 commit into
build-core-utils in Non-ANSI scheduled builds#56191dongjoon-hyun wants to merge 1 commit into
Conversation
Member
Author
|
Could you review this PR, @gengliangwang ? According to your proposal, we can make non-ANSI CIs runs only SQL-related tests. |
gengliangwang
approved these changes
May 28, 2026
Member
Author
|
Thank you, @gengliangwang ~ |
Member
Author
|
Merged to master for Apache Spark 5. This is irrelevant to the CI test result. |
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 sets
build-core-utilstofalsein the four scheduled Non-ANSI build workflows.Why are the changes needed?
To save CI resources by skipping the redundant core/utils module build in the Non-ANSI scheduled runs.
For non-ANSI combination tests, we only need to validate SQL-dependent tests.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Manual review.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Opus 4.7)