nsivabalan commented on code in PR #9280:
URL: https://github.com/apache/hudi/pull/9280#discussion_r1285144748
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/TimelineUtils.java:
##########
@@ -315,6 +318,29 @@ public static Option<HoodieInstant>
getEarliestInstantForMetadataArchival(
}
}
+ /**
+ * Validate user-specified timestamp of time travel query against incomplete
commit's timestamp.
+ *
+ * @throws HoodieException when time travel query's timestamp >= incomplete
commit's timestamp
+ */
+ public static void validateTimestampAsOf(HoodieTableMetaClient metaClient,
String timestampAsOf) {
Review Comment:
are we not supporting the 3 enum values? looks like we are going w/ FAIL
directly ?
--
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]