nsivabalan commented on code in PR #18136:
URL: https://github.com/apache/hudi/pull/18136#discussion_r2796104026


##########
hudi-common/src/main/java/org/apache/hudi/common/fs/FSUtils.java:
##########
@@ -481,14 +481,22 @@ public static boolean isDataFile(StoragePath path) {
   public static List<StoragePathInfo> getAllDataFilesInPartition(HoodieStorage 
storage,
                                                                  StoragePath 
partitionPath)
       throws IOException {
+    return getAllDataFilesInPartition(storage, partitionPath, Option.empty());
+  }
+
+  public static List<StoragePathInfo> getAllDataFilesInPartition(HoodieStorage 
storage,

Review Comment:
   we might need to change the naming, now that its not all files. 
   



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