danny0405 commented on code in PR #18212:
URL: https://github.com/apache/hudi/pull/18212#discussion_r2838880900
##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/InstantRange.java:
##########
@@ -128,6 +135,11 @@ public boolean isInRange(String instant) {
return validAgainstStart && validAgainstEnd;
}
+
+ @Override
+ public RangeType getRangeType() {
+ return RangeType.OPEN_CLOSED;
Review Comment:
why this change?
--
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]