nsivabalan commented on code in PR #5617:
URL: https://github.com/apache/hudi/pull/5617#discussion_r876571323
##########
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:
@alexeykudinkin : I see you have added this with
https://github.com/apache/hudi/pull/4739 Do you happened to know the reason?
--
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]