xushiyan commented on a change in pull request #3595:
URL: https://github.com/apache/hudi/pull/3595#discussion_r703206269



##########
File path: 
hudi-common/src/test/java/org/apache/hudi/common/testutils/FileCreateUtils.java
##########
@@ -307,6 +318,13 @@ public static long getTotalMarkerFileCount(String 
basePath, String partitionPath
         .endsWith(String.format("%s.%s", HoodieTableMetaClient.MARKER_EXTN, 
ioType))).count();
   }
 
+  public static List<Path> getPartitionPaths(Path basePath) throws IOException 
{

Review comment:
       there exists some functions too like getXXX and deleteXXX. Maybe it's 
time to rename this to `FileCRUDUtils`?




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