linliu-code commented on code in PR #13738:
URL: https://github.com/apache/hudi/pull/13738#discussion_r2292608062


##########
hudi-common/src/main/java/org/apache/hudi/common/engine/HoodieReaderContext.java:
##########
@@ -275,11 +278,19 @@ private void initRecordMerger(TypedProperties properties, 
boolean isIngestion) {
     String mergeStrategyId = tableConfig.getRecordMergeStrategyId();
     HoodieTableVersion tableVersion = tableConfig.getTableVersion();
     // If the provided payload class differs from the table's payload class, 
we need to infer the correct merging behavior.
+    // TODO: simplify the following logic.

Review Comment:
   Removed. Will do separately.



-- 
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]

Reply via email to