HeartSaVioR opened a new pull request, #57738:
URL: https://github.com/apache/spark/pull/57738

   ### What changes were proposed in this pull request?
   
   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)`.
   
   Mirrors SPARK-56740's follow-up (#56510), which added the 4.3 section to 
`master` after `branch-4.x` was bumped to 4.3.0 by SPARK-57443.
   
   ### Why are the changes needed?
   
   Without this, `master`'s exclude chain skips 4.4 and `excludes("4.4.0")` 
falls through to `case _ => 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to