nsivabalan commented on code in PR #11344:
URL: https://github.com/apache/hudi/pull/11344#discussion_r1667092643


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/HoodieTable.java:
##########
@@ -908,6 +909,14 @@ public void validateInsertSchema() throws 
HoodieInsertException {
     }
   }
 
+  /**
+   * Validates that the instantTime is latest in the write timeline.
+   * @param instantTime instant time of interest.
+   */
+  public void validateForLatestTimestamp(String instantTime) {

Review Comment:
   In a way, this ensure monotonically increasing commit times in 0.x 



-- 
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]

Reply via email to