morningman commented on code in PR #53571:
URL: https://github.com/apache/doris/pull/53571#discussion_r2229871446
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/property/storage/HdfsCompatibleProperties.java:
##########
@@ -30,14 +35,16 @@ protected HdfsCompatibleProperties(Type type, Map<String,
String> origProps) {
super(type, origProps);
}
- protected Configuration configuration;
+ @Getter
+ protected HadoopAuthenticator hadoopAuthenticator = new
HadoopSimpleAuthenticator(new SimpleAuthenticationConfig());
@Override
protected String getResourceConfigPropName() {
return "hadoop.config.resources";
}
public Configuration getHadoopConfiguration() {
Review Comment:
This method can be removed, the `hadoopStorageConfig` already annotated with
@Getter
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]