You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/19 16:49:39 UTC

[GitHub] [hudi] alexeykudinkin commented on a diff in pull request #5617: [HUDI-4114] Remove the unnecessary fs view sync for BaseWriteClient#i…

alexeykudinkin commented on code in PR #5617:
URL: https://github.com/apache/hudi/pull/5617#discussion_r877295801


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -1466,8 +1466,6 @@ protected final HoodieTable initTable(WriteOperationType operationType, Option<S
 
     // Validate table properties
     metaClient.validateTableProperties(config.getProps());
-    // Make sure that FS View is in sync
-    table.getHoodieView().sync();

Review Comment:
   This has been carried over from the Spark client 



-- 
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