jonvex commented on code in PR #12122:
URL: https://github.com/apache/hudi/pull/12122#discussion_r1809623224
##########
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:
replace orderingVal with getOrderingValue()
--
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]