yihua commented on code in PR #8190:
URL: https://github.com/apache/hudi/pull/8190#discussion_r1326627251
##########
hudi-common/src/main/java/org/apache/hudi/metadata/FileSystemBackedTableMetadata.java:
##########
@@ -169,9 +170,9 @@ private List<String>
getPartitionPathWithPathPrefixUsingFilterExpression(String
// List all directories in parallel
engineContext.setJobStatus(this.getClass().getSimpleName(), "Listing all
partitions with prefix " + relativePathPrefix);
- List<FileStatus> dirToFileListing = engineContext.flatMap(pathsToList,
path -> {
Review Comment:
@CTTY looks like in the latest master, we no longer return `FileStatus` here
(the `Path` instances are used instead). Is this PR still needed?
--
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]