xushiyan commented on code in PR #9280:
URL: https://github.com/apache/hudi/pull/9280#discussion_r1286015895


##########
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:
   @nsivabalan thought that's what we agreed upon, as in only handle time 
travel by failing



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to