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


##########
hudi-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestUtils.java:
##########
@@ -218,12 +218,10 @@ public static HoodieTableMetaClient 
init(StorageConfiguration<?> storageConf, St
 
   public static HoodieTableMetaClient init(StorageConfiguration<?> 
storageConf, String basePath, HoodieTableType tableType,
                                            Properties properties) throws 
IOException {
-    return init(storageConf, basePath, tableType, properties, null);
+    return getMetaClientBuilder(tableType, properties, 
null).initTable(storageConf.newInstance(), basePath);

Review Comment:
   Got it.  Let's keep it as is for now.



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