aromanenko-dev commented on code in PR #22093:
URL: https://github.com/apache/beam/pull/22093#discussion_r909347302
##########
sdks/java/io/amazon-web-services/src/main/java/org/apache/beam/sdk/io/aws/s3/S3FileSystem.java:
##########
@@ -120,6 +124,10 @@ class S3FileSystem extends FileSystem<S3ResourceId> {
MoreExecutors.listeningDecorator(
Executors.newFixedThreadPool(
config.getS3ThreadPoolSize(), new
ThreadFactoryBuilder().setDaemon(true).build()));
+
+ LOG.warn(
Review Comment:
I'd suggest to add similar warning log message to all other deprecated IO
`expand` or read/write methods for more visibility of this change.
--
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]