umehrot2 commented on a change in pull request #1459: [HUDI-418] [HUDI-421] 
Bootstrap Index using HFile and File System View Changes with unit-test
URL: https://github.com/apache/incubator-hudi/pull/1459#discussion_r403391721
 
 

 ##########
 File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java
 ##########
 @@ -375,6 +395,7 @@ public static HoodieTableMetaClient 
initTableAndGetMetaClient(Configuration hado
       fs.mkdirs(auxiliaryFolder);
     }
 
+    initializeBootstrapDirsIfNotExists(hadoopConf, basePath, fs);
 
 Review comment:
   Seems like this can be an optional depending on whether or not the user 
chooses to bootstrap. Its okay if that work is going to be part of a separate 
PR.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to