lokeshj1703 commented on code in PR #13007: URL: https://github.com/apache/hudi/pull/13007#discussion_r2018440856
########## hudi-common/src/main/java/org/apache/hudi/common/fs/FSUtils.java: ########## @@ -291,6 +292,63 @@ public static Map<String, List<StoragePathInfo>> getFilesInPartitions(HoodieEngi } } + /** + * Get all the files in the given partition path. + * + * @param storage Hoodie Storage + * @param partitionPathIncludeBasePath The full partition path including the base path + * @param filesNamesUnderThisPartition The names of the files under this partition for which file status is needed + * @param ignoreMissingFiles If true, missing files will be ignored and empty Option will be added to the result list + * @return List of file statuses for the files under this partition + */ + public static List<Option<StoragePathInfo>> getPathInfoUnderPartition(HoodieStorage storage, Review Comment: I have moved the utility method to `RollbackHelperTableVersionSix` -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org