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


##########
hudi-hadoop-common/src/main/java/org/apache/hudi/storage/hadoop/HadoopStorageConfiguration.java:
##########
@@ -38,7 +38,11 @@ public class HadoopStorageConfiguration extends 
StorageConfiguration<Configurati
   private transient Configuration configuration;
 
   public HadoopStorageConfiguration() {
-    this(new Configuration());
+    this(true);
+  }
+
+  public HadoopStorageConfiguration(Boolean loadDefaults) {

Review Comment:
   I don't see any usages where loadDefaults is false. But I wouldn't have done 
this for no reason. Need to keep looking why 



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