a2l007 commented on code in PR #17392:
URL: https://github.com/apache/druid/pull/17392#discussion_r1817379867


##########
extensions-contrib/druid-iceberg-extensions/pom.xml:
##########
@@ -271,6 +272,22 @@
       <artifactId>iceberg-hive-metastore</artifactId>
       <version>${iceberg.core.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.iceberg</groupId>
+      <artifactId>iceberg-aws</artifactId>
+      <version>${iceberg.core.version}</version>
+    </dependency>
+<!--    GlueCatalog class-->
+    <dependency>
+      <groupId>software.amazon.awssdk</groupId>
+      <artifactId>bundle</artifactId>

Review Comment:
   Could we replace this uber dependency with just the required AWS client 
dependencies for Glue? The bundle jar seems to add another 590MB to the 
extension. 



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to