rdblue commented on code in PR #11039:
URL: https://github.com/apache/iceberg/pull/11039#discussion_r1755558263


##########
build.gradle:
##########
@@ -647,20 +647,43 @@ project(':iceberg-gcp') {
     implementation project(':iceberg-common')
     implementation project(':iceberg-core')
 
+    
implementation("com.google.apis:google-api-services-bigquery:v2-rev20240602-2.0.0")

Review Comment:
   I definitely prefer `iceberg-bigquery`. One of the mistakes we made with AWS 
was having a single giant module that ended up with many more dependencies than 
necessary for most people.
   
   That also separates this out so that we don't inadvertently add all of the 
transitive dependencies from this new dependency into our runtime Jars without 
validating licenses.



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

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

Reply via email to