You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "danny0405 (via GitHub)" <gi...@apache.org> on 2023/02/20 08:23:16 UTC

[GitHub] [hudi] danny0405 commented on a diff in pull request #7995: [HUDI-5821] Improve the resource release for HoodieTableFileSystemView

danny0405 commented on code in PR #7995:
URL: https://github.com/apache/hudi/pull/7995#discussion_r1111613494


##########
hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java:
##########
@@ -1406,7 +1408,6 @@ public void sync() {
    * @param newTimeline New Hoodie Timeline
    */
   protected void runSync(HoodieTimeline oldTimeline, HoodieTimeline newTimeline) {
-    refreshTimeline(newTimeline);
     clear();

Review Comment:
   The line was removed because line 1413 already did that.



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org