devinrsmith opened a new issue, #13133: URL: https://github.com/apache/iceberg/issues/13133
### Apache Iceberg version 1.9.0 (latest release) ### Query engine None ### Please describe the bug 🐞 If an S3AsyncClient has been used from S3FileIO and the analytics accelerator is disabled (is disabled by default), the S3FileIO may throw an exception during closing if thee analytics accelerator is not on the classpath. Ideally, the accelerator should not need to be on the classpath. ``` software/amazon/s3/analyticsaccelerator/request/ObjectClient java.lang.NoClassDefFoundError: software/amazon/s3/analyticsaccelerator/request/ObjectClient at org.apache.iceberg.aws.s3.S3FileIO.close(S3FileIO.java:504) Caused by: java.lang.ClassNotFoundException: software.amazon.s3.analyticsaccelerator.request.ObjectClient at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ... 5 more ``` This looks to be a very easy fix. Will submit a PR soon. ### Willingness to contribute - [x] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org