the-other-tim-brown commented on code in PR #9367:
URL: https://github.com/apache/hudi/pull/9367#discussion_r1285258141
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -616,6 +616,9 @@ private HoodieTableMetaClient initializeMetaClient() throws
IOException {
* @return List consisting of {@code DirectoryInfo} for each partition found.
*/
private List<DirectoryInfo> listAllPartitionsFromFilesystem(String
initializationTime) {
+ if (dataWriteConfig.getMetadataConfig().isFileSystemBootstrapDisabled()) {
Review Comment:
Do the partitions need to be initialized as empty? Simply skipping over the
method that calls this lead to errors.
--
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]