danny0405 commented on code in PR #13742:
URL: https://github.com/apache/hudi/pull/13742#discussion_r2308947419
##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordMerger.java:
##########
@@ -228,4 +228,11 @@ static String getCustomRecordMergeStrategyId(String
payloadClassName, String rec
return null;
}
}
+
+ static <T> boolean mergingCommitTimeOrderedDelete(BufferedRecord<T>
oldRecord, BufferedRecord<T> newRecord) {
Review Comment:
just name it `isCommitTimeOrderingDelete` should be fine.
--
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]