danny0405 commented on code in PR #13718:
URL: https://github.com/apache/hudi/pull/13718#discussion_r2278135119
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/SevenToEightUpgradeHandler.java:
##########
@@ -168,7 +168,7 @@ static void upgradePartitionFields(HoodieWriteConfig
config, HoodieTableConfig t
static void upgradeMergeMode(HoodieTableConfig tableConfig,
Map<ConfigProperty, String> tablePropsToAdd) {
String payloadClass = tableConfig.getPayloadClass();
- String preCombineFields =
tableConfig.getPreCombineFieldsStr().orElse(null);
+ String preCombineFields = tableConfig.getOrderingFieldsStr().orElse(null);
Review Comment:
nit: preCombineFields -> orderingFields
--
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]