voonhous commented on code in PR #19243:
URL: https://github.com/apache/hudi/pull/19243#discussion_r3635374797


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -1736,7 +1744,7 @@ public void update(HoodieRestoreMetadata restoreMetadata, 
String instantTime) {
 
     // Restore requires the existing pipelines to be shutdown. So we can 
safely scan the dataset to find the current
     // list of files in the filesystem.
-    List<DirectoryInfo> dirInfoList = 
listAllPartitionsFromFilesystem(instantTime, Collections.emptySet());
+    List<DirectoryInfo> dirInfoList = 
listAllPartitionsFromFilesystem(instantTime, Collections.emptySet(), false);

Review Comment:
   +1



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

Reply via email to