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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieTableServiceClient.java:
##########
@@ -558,9 +558,6 @@ protected void runTableServicesInline(HoodieTable table, 
HoodieCommitMetadata me
       return;
     }
 
-    if (config.isMetadataTableEnabled()) {

Review Comment:
   I have checked all the inline table services, all we need is the timeline, 
there is no need to sync the view because each service actually re-create their 
own table when necessary.



-- 
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-unsubscr...@hudi.apache.org

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

Reply via email to