[ 
https://issues.apache.org/jira/browse/HUDI-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410935#comment-17410935
 ] 

ASF GitHub Bot commented on HUDI-2395:
--------------------------------------

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]


> Make metadata tests lean and consistent
> ---------------------------------------
>
>                 Key: HUDI-2395
>                 URL: https://issues.apache.org/jira/browse/HUDI-2395
>             Project: Apache Hudi
>          Issue Type: Sub-task
>          Components: Testing
>            Reporter: sivabalan narayanan
>            Priority: Major
>              Labels: pull-request-available
>
> Make metadata tests lean and consistent using HoodieTestTable.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to