jonvex commented on code in PR #11131:
URL: https://github.com/apache/hudi/pull/11131#discussion_r1594772203


##########
hudi-hadoop-common/src/test/java/org/apache/hudi/common/table/TestHoodieTableConfig.java:
##########
@@ -63,7 +61,7 @@ public class TestHoodieTableConfig extends 
HoodieCommonTestHarness {
   @BeforeEach
   public void setUp() throws Exception {
     initPath();
-    storage = HoodieStorageUtils.getStorage(basePath, 
HadoopFSUtils.getStorageConf(new Configuration()));
+    storage = HoodieStorageUtils.getStorage(basePath);

Review Comment:
   https://issues.apache.org/jira/browse/HUDI-7731



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