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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to