rkhachatryan commented on code in PR #27026:
URL: https://github.com/apache/flink/pull/27026#discussion_r3467317985
##########
flink-filesystems/flink-s3-fs-presto/pom.xml:
##########
@@ -56,13 +56,44 @@ under the License.
<artifactId>flink-architecture-tests-test</artifactId>
<scope>test</scope>
</dependency>
-
+
<!-- S3 base (bundled) -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-s3-fs-base</artifactId>
<version>${project.version}</version>
<optional>${flink.markBundledAsOptional}</optional>
+ <exclusions>
+ <!-- Exclude all AWS SDK v2 dependencies -
Presto uses SDK v1 -->
+ <exclusion>
+
<groupId>software.amazon.awssdk</groupId>
+ <artifactId>s3</artifactId>
Review Comment:
With these SDK v2 exclusions, and switching
`AbstractS3DelegationTokenProvider` to SDK v2; aren't we breaking Presto?
--
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]