Skip to content

Commit f4209b3

Browse files
committed
checkstyle
1 parent a6508dd commit f4209b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fe/fe-core/src/main/java/org/apache/doris/datasource/property/storage/AzureProperties.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,6 @@ public void initializeHadoopStorageConfig() {
188188
}
189189
});
190190
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();
195191
}
196192

197193
@Override

0 commit comments

Comments
 (0)