feat: add Flink source reader function for cdc splits#18361
Merged
danny0405 merged 4 commits intoapache:masterfrom Mar 27, 2026
Merged
feat: add Flink source reader function for cdc splits#18361danny0405 merged 4 commits intoapache:masterfrom
danny0405 merged 4 commits intoapache:masterfrom
Conversation
fa09b8f to
e7393cc
Compare
c026cc5 to
315776c
Compare
cshuo
reviewed
Mar 23, 2026
Collaborator
cshuo
left a comment
There was a problem hiding this comment.
Thks for contribution. Left a comment.
...flink/src/main/java/org/apache/hudi/source/reader/function/HoodieCdcSplitReaderFunction.java
Outdated
Show resolved
Hide resolved
danny0405
reviewed
Mar 25, 2026
...flink/src/main/java/org/apache/hudi/source/reader/function/HoodieCdcSplitReaderFunction.java
Show resolved
Hide resolved
cshuo
reviewed
Mar 25, 2026
Collaborator
cshuo
left a comment
There was a problem hiding this comment.
Found several discrepancies between CdcInputFormat and HoodieCdcSplitReaderFunction.
...flink/src/main/java/org/apache/hudi/source/reader/function/HoodieCdcSplitReaderFunction.java
Outdated
Show resolved
Hide resolved
...flink/src/main/java/org/apache/hudi/source/reader/function/HoodieCdcSplitReaderFunction.java
Outdated
Show resolved
Hide resolved
...flink/src/main/java/org/apache/hudi/source/reader/function/HoodieCdcSplitReaderFunction.java
Show resolved
Hide resolved
aba869f to
ddc24b5
Compare
cshuo
reviewed
Mar 25, 2026
...flink/src/main/java/org/apache/hudi/source/reader/function/HoodieCdcSplitReaderFunction.java
Outdated
Show resolved
Hide resolved
6012c92 to
e76ad65
Compare
e76ad65 to
07cbc1c
Compare
Collaborator
Author
|
@cshuo @danny0405 Thanks for the kind review. |
Collaborator
|
+1 |
danny0405
reviewed
Mar 26, 2026
...flink/src/main/java/org/apache/hudi/source/reader/function/HoodieCdcSplitReaderFunction.java
Outdated
Show resolved
Hide resolved
07cbc1c to
05b0641
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #18361 +/- ##
============================================
- Coverage 68.37% 68.17% -0.21%
- Complexity 27573 27596 +23
============================================
Files 2433 2435 +2
Lines 133268 133743 +475
Branches 16034 16073 +39
============================================
+ Hits 91122 91178 +56
- Misses 35093 35500 +407
- Partials 7053 7065 +12
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
danny0405
approved these changes
Mar 27, 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
Support read from cdc splits in Hudi Flink Source V2
Close #18020
Summary and Changelog
Impact
none
Risk Level
none
Documentation Update
none
Contributor's checklist