yihua commented on code in PR #11943:
URL: https://github.com/apache/hudi/pull/11943#discussion_r1811128782
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/SevenToEightUpgradeHandler.java:
##########
@@ -45,29 +40,6 @@ public Map<ConfigProperty, String> upgrade(HoodieWriteConfig
config, HoodieEngin
final HoodieTableConfig tableConfig =
upgradeDowngradeHelper.getTable(config,
context).getMetaClient().getTableConfig();
Map<ConfigProperty, String> tablePropsToAdd = new HashMap<>();
- if (tableConfig.getTableType().equals(HoodieTableType.MERGE_ON_READ)) {
Review Comment:
Let's create a follow-up Jira ticket to fix the table upgrade and downgrade
around the record merge configs.
--
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]