rdblue commented on code in PR #11039: URL: https://github.com/apache/iceberg/pull/11039#discussion_r1752779009
########## 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: Should this be in a different module? The GCP support is largely for storage right now and I'm not sure that we would want to add unexpected components. Maybe we should have an `iceberg-bigquery` module instead? -- 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