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


##########
hudi-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestUtils.java:
##########
@@ -68,7 +68,8 @@ public class HoodieTestUtils {
   public static final String[] DEFAULT_PARTITION_PATHS = {"2016/03/15", 
"2015/03/16", "2015/03/17"};
 
   public static StorageConfiguration<Configuration> getDefaultStorageConf() {
-    return HadoopFSUtils.getStorageConf(new Configuration(false));
+    return (StorageConfiguration<Configuration>) 
ReflectionUtils.loadClass("org.apache.hudi.storage.hadoop.HadoopStorageConfiguration",

Review Comment:
   should make this use hoodiestorageutils



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to