prashantwason commented on a change in pull request #3210:
URL: https://github.com/apache/hudi/pull/3210#discussion_r687955736



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/metadata/TimelineMergedTableMetadata.java
##########
@@ -112,4 +116,15 @@ private void processNextRecord(HoodieRecord<? extends 
HoodieRecordPayload> hoodi
   public Option<HoodieRecord<HoodieMetadataPayload>> getRecordByKey(String 
key) {
     return Option.ofNullable((HoodieRecord) timelineMergedRecords.get(key));
   }
+
+  /**
+   * Returns the timestamp of the latest synced instant.
+   */
+  public Option<String> getSyncedInstantTime() {

Review comment:
       Renamed.




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