lokeshj1703 commented on code in PR #12935:
URL: https://github.com/apache/hudi/pull/12935#discussion_r1989007710
##########
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:
I have removed this change and instead added RECORD_MERGE_MODE config as a
required config for table version 6 in
`HoodieTableConfig#CONFIGS_REQUIRED_FOR_OLDER_VERSIONED_TABLES`. The error was
happening was occurring because the config was getting dropped during creation
of table.
--
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]