You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/01/24 09:19:36 UTC

[GitHub] [hudi] shenh062326 commented on a change in pull request #2478: [HUDI-1476] Introduce unit test infra for java client

shenh062326 commented on a change in pull request #2478:
URL: https://github.com/apache/hudi/pull/2478#discussion_r563262820



##########
File path: hudi-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestUtils.java
##########
@@ -107,6 +111,28 @@ public static HoodieTableMetaClient init(Configuration hadoopConf, String basePa
     return HoodieTableMetaClient.initTableAndGetMetaClient(hadoopConf, basePath, properties);
   }
 
+  public static final void createMetadataFolder(String basePath) {

Review comment:
       Thanks for you review,  since it's no need in this PR, I will remove it. 




----------------------------------------------------------------
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:
users@infra.apache.org