jonvex commented on code in PR #11131:
URL: https://github.com/apache/hudi/pull/11131#discussion_r1594392368
##########
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:
Found it. getDefaultStorageConf sets it to false
--
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]