prashantwason commented on a change in pull request #3210:
URL: https://github.com/apache/hudi/pull/3210#discussion_r687261008
##########
File path:
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadata.java
##########
@@ -106,5 +109,13 @@ static HoodieTableMetadata create(HoodieEngineContext
engineContext, HoodieMetad
*/
Option<String> getSyncedInstantTime();
+ /**
+ * Get the instant time to which the metadata is synced w.r.t data timeline
on the reader side.
+ *
+ * This is different from the getSyncedInstantTime() because the reader
should sync all completed instants
+ * from the data timeline in order to always provide the most up to date
view of the files within the dataset.
+ */
+ Option<String> getSyncedInstantTimeForReader();
Review comment:
Yes
--
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]