pengzhiwei2018 commented on a change in pull request #2651:
URL: https://github.com/apache/hudi/pull/2651#discussion_r601213171



##########
File path: hudi-common/src/main/java/org/apache/hudi/common/fs/FSUtils.java
##########
@@ -276,6 +276,13 @@ public static void processFiles(FileSystem fs, String 
basePathStr, Function<File
     }
   }
 
+  public static FileStatus[] getFilesInPartition(HoodieEngineContext 
engineContext, HoodieMetadataConfig metadataConfig,
+                                                 String basePathStr, Path 
partitionPath) throws IOException {
+    HoodieTableMetadata tableMetadata = 
HoodieTableMetadata.create(engineContext, metadataConfig, basePathStr,

Review comment:
       Thanks for remind me this!




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to