chore(spark): bump spark4.version to 4.0.2#18549
Merged
Merged
Conversation
Member
Author
|
Followup task: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #18549 +/- ##
=========================================
Coverage 68.85% 68.86%
- Complexity 28462 28464 +2
=========================================
Files 2475 2475
Lines 136580 136580
Branches 16613 16613
=========================================
+ Hits 94041 94051 +10
+ Misses 34977 34973 -4
+ Partials 7562 7556 -6
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Collaborator
hudi-agent
reviewed
Apr 22, 2026
Contributor
hudi-agent
left a comment
There was a problem hiding this comment.
🤖 This review was generated by an AI agent and may contain mistakes. Please verify any suggestions before applying.
Thanks for the contribution! This PR bumps spark4.version and spark40.version from 4.0.1 to 4.0.2 to pick up the latest upstream patch release. No issues flagged from this automated pass — a Hudi committer or PMC member can take it from here for a final review.
cc @yihua
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.
Describe the issue this Pull Request addresses
Bumps the Spark 4 line from 4.0.1 to 4.0.2 to pick up the latest upstream patch release.
Summary and Changelog
pom.xml:<spark4.version>and<spark40.version>moved4.0.1->4.0.2.Both properties feed the
spark4.0Maven profile, so allhudi-spark4.0.x/hudi-spark4-commoncompile + test paths and the matrix jobstest-spark-java17-java-tests-part[1-5]in.github/workflows/bot.ymlnow run against 4.0.2.Bundle-validation workflow paths (
validate-bundles-spark4*) are intentionally left alone. They still execute inside a Docker image that bakes in Spark 4.0.0 viaIMAGE_TAG=flink1200hive313spark400scala213. Moving that requires publishing a newapachehudi/hudi-ci-bundle-validation-basetag on Docker Hub and is out of scope here.Impact
No public API or user-facing change. Bundles will be built against Spark 4.0.2 instead of 4.0.1.
Risk Level
low
Property-only change. The
spark4.0profile resolves 4.0.2 artifacts from Maven Central. Covered by the existingtest-spark-java17-java-tests-part[1-5]matrix.Documentation Update
none
Contributor's checklist