CTTY commented on code in PR #6882:
URL: https://github.com/apache/hudi/pull/6882#discussion_r1037628682


##########
hudi-common/src/main/java/org/apache/hudi/metadata/BaseTableMetadata.java:
##########
@@ -367,7 +369,9 @@ Map<String, FileStatus[]> 
fetchAllFilesInPartitionPaths(List<Path> partitionPath
             HoodieMetadataPayload metadataPayload = record.getData();
             checkForSpuriousDeletes(metadataPayload, partitionId);
 
-            FileStatus[] files = metadataPayload.getFileStatuses(fs, 
partitionPath);
+            FileStatus[] files = metadataPayload.getFileStatuses(fs, 
partitionId, dataMetaClient.getStorageStrategy());
+
+            // return Pair<logicalPath, statuses>

Review Comment:
   I think the comment here can be useful to remind people that the path 
returned here is logical path instead of actual file path



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