lokeshj1703 commented on code in PR #12935: URL: https://github.com/apache/hudi/pull/12935#discussion_r2001501987
########## hudi-common/src/main/java/org/apache/hudi/common/table/read/HoodieFileGroupReader.java: ########## @@ -112,6 +112,7 @@ public HoodieFileGroupReader(HoodieReaderContext<T> readerContext, mergeStrategyId, null, tableConfig.getTableVersion()); recordMergeMode = triple.getLeft(); mergeStrategyId = triple.getRight(); + tableConfig.setValue(HoodieTableConfig.RECORD_MERGE_MODE.key(), recordMergeMode.name()); Review Comment: This change has been removed after Lin's fix. -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org