linliu-code commented on code in PR #10255:
URL: https://github.com/apache/hudi/pull/10255#discussion_r1428354941
##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/InstantRange.java:
##########
@@ -166,6 +169,28 @@ public boolean isInRange(String instant) {
}
}
+ /**
+ * Composition of multiple instant ranges in disjunctive form.
Review Comment:
Here by "disjuntive", do you mean the relation between these range is "OR",
or do you mean these ranges are not consecutive? Meanwhile, in this function,
we don't need to know their relation at all.
--
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]