yihua commented on code in PR #11081:
URL: https://github.com/apache/hudi/pull/11081#discussion_r1577268710


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -584,6 +585,39 @@ public static HoodieTableMetaClient 
initTableAndGetMetaClient(Configuration hado
     return metaClient;
   }
 
+  /**
+   * @param conf     file system configuration.
+   * @param basePath base path of the Hudi table.
+   * @return a new {@link HoodieTableMetaClient} instance.
+   */
+  public static HoodieTableMetaClient build(Configuration conf,
+                                            String basePath) {

Review Comment:
   I moved these to the test utils as discussed offline.



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