Samrat002 commented on code in PR #27788:
URL: https://github.com/apache/flink/pull/27788#discussion_r3023423433
##########
flink-filesystems/flink-s3-fs-native/src/main/java/org/apache/flink/fs/s3native/NativeS3FileSystemFactory.java:
##########
@@ -233,6 +247,12 @@ public int getPriority() {
@Override
public void configure(Configuration config) {
this.flinkConfig = config;
+ this.bucketConfigProvider = new BucketConfigProvider(config);
+ if (bucketConfigProvider.size() > 0) {
+ LOG.info(
Review Comment:
Removed the summary log from the factory since the parser already logs each
bucket configuration at INFO level, which conveys the same information with
more detail.
--
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]