yihua commented on code in PR #7744:
URL: https://github.com/apache/hudi/pull/7744#discussion_r1086045025


##########
hudi-common/src/main/java/org/apache/hudi/metadata/FileSystemBackedTableMetadata.java:
##########
@@ -81,23 +81,23 @@ public List<String> getAllPartitionPaths() throws 
IOException {
       return FSUtils.getAllPartitionFoldersThreeLevelsDown(fs, 
datasetBasePath);
     }
 
-    return getPartitionPathsWithPrefixes(Collections.singletonList(""));
+    return getPartitionPathsInDirs(Collections.singletonList(""));
   }
 
   @Override
-  public List<String> getPartitionPathsWithPrefixes(List<String> prefixes) {
-    return prefixes.stream().flatMap(prefix -> {
+  public List<String> getPartitionPathsInDirs(List<String> relativePaths) {

Review Comment:
   Sg.  We can go with `getPartitionPathWithPathPrefix`



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