Davis-Zhang-Onehouse commented on code in PR #12781:
URL: https://github.com/apache/hudi/pull/12781#discussion_r1964606642


##########
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:
   we can and it require changes on the meta client builder.



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