leesf commented on a change in pull request #3082:
URL: https://github.com/apache/hudi/pull/3082#discussion_r654725223
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataWriter.java
##########
@@ -40,4 +41,9 @@
void update(HoodieRestoreMetadata restoreMetadata, String instantTime);
void update(HoodieRollbackMetadata rollbackMetadata, String instantTime);
+
+ /**
+ * Return the timestamp of the latest instant synced to the metadata table.
+ */
+ Option<String> getSyncedInstantTime();
Review comment:
`getLatestSyncedInstantTime` is better?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]