codope commented on code in PR #13020:
URL: https://github.com/apache/hudi/pull/13020#discussion_r2010404507
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/SevenToEightUpgradeHandler.java:
##########
@@ -192,6 +192,14 @@ static void upgradeMergeMode(HoodieTableConfig
tableConfig, Map<ConfigProperty,
HoodieTableConfig.RECORD_MERGE_MODE,
RecordMergeMode.EVENT_TIME_ORDERING.name());
}
+ } else if (tableConfig.getPayloadClass() != null
+ &&
tableConfig.getPayloadClass().equals(DefaultHoodieRecordPayload.class.getName()))
{
Review Comment:
noted, i'll wait for 13009 to land first. I don't want to enforce a payload
in the test.
--
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]