n3nash commented on a change in pull request #2374:
URL: https://github.com/apache/hudi/pull/2374#discussion_r569192781



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java
##########
@@ -220,7 +253,7 @@ void emitCommitMetrics(String instantTime, 
HoodieCommitMetadata metadata, String
     }
   }
 
-  protected void syncTableMetadata() {
+  protected void syncTableMetadata(boolean bootstrapIfNeeded) {

Review comment:
       `init` also has a different meaning inside the 
`HoodieBackedTableMetadataWriter` where init just means initializing the table 
metadata. How about just `bootstrapMetadata` ?




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

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


Reply via email to