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