[SPARK-58534][BUILD][FOLLOWUP] Add 4.4 MiMa excludes section to master - #57738
Closed
HeartSaVioR wants to merge 1 commit into
Closed
[SPARK-58534][BUILD][FOLLOWUP] Add 4.4 MiMa excludes section to master#57738HeartSaVioR wants to merge 1 commit into
HeartSaVioR wants to merge 1 commit into
Conversation
Follow-up to the `branch-4.x` version bump to 4.4.0, applied to `master`'s
`MimaExcludes`:
- add `v44excludes` (built from `v43excludes`);
- re-point `v50excludes` to build on `v44excludes` instead of `v43excludes`,
so the chain is `... -> v43excludes -> v44excludes -> v50excludes`;
- add the `case v if v.startsWith("4.4") => v44excludes` arm to
`excludes(version)`.
Without this, `master`'s exclude chain skips 4.4 and `excludes("4.4.0")`
falls through to `case _ => Seq()`, returning no excludes at all.
Mirrors SPARK-56740's follow-up (apache#56510), which added the 4.3 section to
`master` after `branch-4.x` was bumped to 4.3.0 by SPARK-57443.
Co-authored-by: Isaac
zhengruifeng
approved these changes
Aug 4, 2026
HyukjinKwon
approved these changes
Aug 4, 2026
Contributor
Author
|
Thanks! Merging to master. |
Contributor
Author
|
Merge Summary:
|
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?
Follow-up to the
branch-4.xversion bump to 4.4.0, applied tomaster'sMimaExcludes:v44excludes(built fromv43excludes);v50excludesto build onv44excludesinstead ofv43excludes, so the chain is... -> v43excludes -> v44excludes -> v50excludes;case v if v.startsWith("4.4") => v44excludesarm toexcludes(version).Mirrors SPARK-56740's follow-up (#56510), which added the 4.3 section to
masterafterbranch-4.xwas bumped to 4.3.0 by SPARK-57443.Why are the changes needed?
Without this,
master's exclude chain skips 4.4 andexcludes("4.4.0")falls through tocase _ => Seq(), returning no excludes at all.Does this PR introduce any user-facing change?
No
How was this patch tested?
CI will test this out.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 5