danny0405 commented on code in PR #9776:
URL: https://github.com/apache/hudi/pull/9776#discussion_r1349443600
##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java:
##########
@@ -138,6 +142,20 @@ protected void refreshTimeline(HoodieTimeline
visibleActiveTimeline) {
this.visibleCommitsAndCompactionTimeline =
visibleActiveTimeline.getWriteTimeline();
}
+ /**
+ * Refresh the completion time query view.
+ */
+ protected void refreshCompletionTimeQueryView() {
+ this.completionTimeQueryView = new CompletionTimeQueryView(metaClient);
Review Comment:
Yeah, I've been thinking through it for a while and the loading is just as
light-weight as the timeline, there should not much cost here, I don't think it
deserves to make the loading incremental because that would increase the
complexity, fired a JIRA to trace it:
https://issues.apache.org/jira/browse/HUDI-6921
--
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]