chore: add spark4.1 and flink2.1 profile entries to RC bundle validation#18796
Merged
yihua merged 1 commit intoMay 21, 2026
Merged
Conversation
hudi-agent
reviewed
May 20, 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.
No reviewable code files in this PR.
cc @yihua
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #18796 +/- ##
============================================
- Coverage 68.25% 68.25% -0.01%
+ Complexity 29337 29333 -4
============================================
Files 2527 2527
Lines 141858 141858
Branches 17627 17627
============================================
- Hits 96827 96822 -5
- Misses 37068 37069 +1
- Partials 7963 7967 +4
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Collaborator
danny0405
approved these changes
May 21, 2026
dwshmilyss
pushed a commit
to dwshmilyss/hudi
that referenced
this pull request
May 21, 2026
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
The RC bundle validation workflow is missing matrix entries for newly supported
spark4.1andflink2.1profiles, so those bundles aren't exercised during release validation.Summary and Changelog
Adds a
spark4.1(scala-2.13, flink1.20, spark4.1.1) entry tovalidate-release-candidate-bundles-spark4and aflink2.1(scala-2.12, spark3.5.1) entry tovalidate-release-candidate-bundles-flink2.Impact
CI-only change to the release candidate validation matrix; no user-facing impact.
Risk Level
none
Documentation Update
none
Contributor's checklist