[HUDI-9255] Fix inferring correct merge behavior for few scenarios #13079
Merged
nsivabalan merged 5 commits intoapache:masterfrom Apr 4, 2025
Merged
[HUDI-9255] Fix inferring correct merge behavior for few scenarios #13079nsivabalan merged 5 commits intoapache:masterfrom
nsivabalan merged 5 commits intoapache:masterfrom
Conversation
linliu-code
reviewed
Apr 3, 2025
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordMerger.java
Outdated
Show resolved
Hide resolved
nsivabalan
reviewed
Apr 3, 2025
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordMerger.java
Outdated
Show resolved
Hide resolved
linliu-code
approved these changes
Apr 3, 2025
nsivabalan
approved these changes
Apr 3, 2025
Contributor
|
#13084 is also included in this patch itself |
4 tasks
codope
approved these changes
Apr 4, 2025
Collaborator
nsivabalan
approved these changes
Apr 4, 2025
voonhous
pushed a commit
to voonhous/hudi
that referenced
this pull request
Apr 8, 2025
…pache#13079) --------- Co-authored-by: sivabalan <n.siva.b@gmail.com> (cherry picked from commit 6d3dbcc)
voonhous
pushed a commit
to voonhous/hudi
that referenced
this pull request
Apr 9, 2025
…pache#13079) --------- Co-authored-by: sivabalan <n.siva.b@gmail.com> (cherry picked from commit 6d3dbcc)
voonhous
pushed a commit
to voonhous/hudi
that referenced
this pull request
Apr 11, 2025
…pache#13079) --------- Co-authored-by: sivabalan <n.siva.b@gmail.com> (cherry picked from commit 6d3dbcc)
voonhous
pushed a commit
to voonhous/hudi
that referenced
this pull request
Apr 15, 2025
…pache#13079) --------- Co-authored-by: sivabalan <n.siva.b@gmail.com> (cherry picked from commit 6d3dbcc)
voonhous
pushed a commit
to voonhous/hudi
that referenced
this pull request
Apr 16, 2025
…pache#13079) --------- Co-authored-by: sivabalan <n.siva.b@gmail.com> (cherry picked from commit 6d3dbcc)
vinishjail97
pushed a commit
to vinishjail97/hudi
that referenced
this pull request
Apr 28, 2025
…pache#13079) --------- Co-authored-by: sivabalan <n.siva.b@gmail.com>
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.
Change Logs
We are inferring merge mode by inferring it using merge strategy id when table version is 8 and using payload when table version is 6. The Jira aims to use a similar rule when inferring merge strategy id.
If table version is 8, we use table config merge strategy id otherwise we determine strategy id using payload. This handling is required only for custom merge mode.
Also, fixed the table version argument that we pass in to infer merge mode configs.
Impact
NA
Risk level (write none, low medium or high below)
low
Documentation Update
NA
Contributor's checklist