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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]