linliu-code commented on code in PR #12122:
URL: https://github.com/apache/hudi/pull/12122#discussion_r1809636911


##########
hudi-common/src/main/java/org/apache/hudi/common/model/DeleteRecord.java:
##########
@@ -88,6 +88,13 @@ public Comparable<?> getOrderingValue() {
     return orderingVal;
   }
 
+  public Comparable<?> getOrderingVal(Comparable<?> defaultVal) {
+    if (orderingVal == null) {

Review Comment:
   or for back compatibility?
   



-- 
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]

Reply via email to