cshuo commented on code in PR #13274:
URL: https://github.com/apache/hudi/pull/13274#discussion_r2080729036
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/table/format/FlinkRowDataReaderContext.java:
##########
@@ -120,6 +124,9 @@ public Option<HoodieRecordMerger>
getRecordMerger(RecordMergeMode mergeMode, Str
case COMMIT_TIME_ORDERING:
return Option.of(CommitTimeFlinkRecordMerger.INSTANCE);
default:
+ if
(mergeStrategyId.equals(HoodieRecordMerger.PAYLOAD_BASED_MERGE_STRATEGY_UUID)) {
Review Comment:
`HoodieRecordUtils#createRecordMerger` covers this case, maybe we use it
here.
--
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]