This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 09ff1949aa DRILL-8547: Drillbit fails to start with NoSuchFieldError:
sizeClass due to un-relocated Netty classes from hadoop-aws (#3055)
09ff1949aa is described below
commit 09ff1949aac7282dafec0f10ae16669b4f7d8c08
Author: shfshihuafeng <[email protected]>
AuthorDate: Wed Jul 15 11:03:13 2026 +0800
DRILL-8547: Drillbit fails to start with NoSuchFieldError: sizeClass due to
un-relocated Netty classes from hadoop-aws (#3055)
---
distribution/pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index ec0846ba91..10e2729263 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -138,6 +138,15 @@
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bundle</artifactId>
</exclusion>
+ <!--
+ Drill already pulls in the fine-grained AWS SDK v2 modules
+ (s3, dynamodb, sts, aws-core) at ${aws.java.sdk.version}, so the
+ bundle is redundant as well as harmful.
+ -->
+ <exclusion>
+ <groupId>software.amazon.awssdk</groupId>
+ <artifactId>bundle</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>