yihua commented on code in PR #12935:
URL: https://github.com/apache/hudi/pull/12935#discussion_r1991232976
##########
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:
Tables created by 0.14/15 do not have the table config of record merge mode.
When reading these tables with this PR, does it fail because of the required
merge mode?
--
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]