We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6508dd commit f4209b3Copy full SHA for f4209b3
fe/fe-core/src/main/java/org/apache/doris/datasource/property/storage/AzureProperties.java
@@ -188,10 +188,6 @@ public void initializeHadoopStorageConfig() {
188
}
189
});
190
setAzureAccountKeys(hadoopStorageConfig, accountName, accountKey);
191
- // Azure does not require any special Hadoop configuration for S3 compatibility.
192
- // The properties are already set in the getBackendConfigProperties method.
193
- // This method will be removed in the future when FileIO is fully implemented.
194
- hadoopStorageConfig = new Configuration();
195
196
197
@Override
0 commit comments