suryaprasanna commented on code in PR #18489:
URL: https://github.com/apache/hudi/pull/18489#discussion_r3075837863


##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/TimelineUtils.java:
##########
@@ -647,4 +648,19 @@ public static <T> Option<HoodieInstantWriter> 
getHoodieInstantWriterOption(Hoodi
     }
     return writerOption;
   }
+
+  @SuppressWarnings("unchecked")
+  public static Option<Pair<String, HoodieCommitMetadata>> 
getLatestInstantAndCommitMetadataWithValidCheckpointInfo(

Review Comment:
   Added javadoc for this method.



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