linliu-code commented on code in PR #13498:
URL: https://github.com/apache/hudi/pull/13498#discussion_r2175379528
##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -854,11 +870,13 @@ public static RecordMergeMode
inferRecordMergeModeFromPayloadClass(String payloa
return null;
}
if (DefaultHoodieRecordPayload.class.getName().equals(payloadClassName)
- || EventTimeAvroPayload.class.getName().equals(payloadClassName)) {
- // DefaultHoodieRecordPayload and EventTimeAvroPayload match with
EVENT_TIME_ORDERING.
+ || EventTimeAvroPayload.class.getName().equals(payloadClassName)
Review Comment:
Good point.
--
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]