This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 2b9a7e3fd4 BigQuery: Add iceberg-bigquery dependency to spark and
flink build scripts (#14221)
2b9a7e3fd4 is described below
commit 2b9a7e3fd42c8ab82d053760bced09cdbf82a1cf
Author: Владислав Самороков <[email protected]>
AuthorDate: Wed Oct 1 13:34:43 2025 +0700
BigQuery: Add iceberg-bigquery dependency to spark and flink build scripts
(#14221)
---
build.gradle | 1 +
flink/v1.20/build.gradle | 1 +
flink/v2.0/build.gradle | 1 +
flink/v2.1/build.gradle | 1 +
spark/v3.4/build.gradle | 1 +
spark/v3.5/build.gradle | 1 +
spark/v4.0/build.gradle | 1 +
7 files changed, 7 insertions(+)
diff --git a/build.gradle b/build.gradle
index 58b5450c52..1fb90804ec 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1041,6 +1041,7 @@ project(':iceberg-open-api') {
testFixturesImplementation project(path: ':iceberg-core', configuration:
'testArtifacts')
testFixturesImplementation project(':iceberg-aws')
testFixturesImplementation project(':iceberg-gcp')
+ testFixturesImplementation project(':iceberg-bigquery')
testFixturesImplementation project(':iceberg-azure')
testFixturesImplementation(libs.hadoop3.common) {
exclude group: 'org.slf4j'
diff --git a/flink/v1.20/build.gradle b/flink/v1.20/build.gradle
index 16d1d76ec1..d0bbe7a898 100644
--- a/flink/v1.20/build.gradle
+++ b/flink/v1.20/build.gradle
@@ -167,6 +167,7 @@
project(":iceberg-flink:iceberg-flink-runtime-${flinkMajorVersion}") {
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation project(':iceberg-gcp')
+ implementation project(':iceberg-bigquery')
implementation(project(':iceberg-nessie')) {
exclude group: 'com.google.code.findbugs', module: 'jsr305'
}
diff --git a/flink/v2.0/build.gradle b/flink/v2.0/build.gradle
index dfbaa8ff41..01fbc1a4fe 100644
--- a/flink/v2.0/build.gradle
+++ b/flink/v2.0/build.gradle
@@ -167,6 +167,7 @@
project(":iceberg-flink:iceberg-flink-runtime-${flinkMajorVersion}") {
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation project(':iceberg-gcp')
+ implementation project(':iceberg-bigquery')
implementation(project(':iceberg-nessie')) {
exclude group: 'com.google.code.findbugs', module: 'jsr305'
}
diff --git a/flink/v2.1/build.gradle b/flink/v2.1/build.gradle
index f24eb22e79..224f0a555e 100644
--- a/flink/v2.1/build.gradle
+++ b/flink/v2.1/build.gradle
@@ -167,6 +167,7 @@
project(":iceberg-flink:iceberg-flink-runtime-${flinkMajorVersion}") {
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation project(':iceberg-gcp')
+ implementation project(':iceberg-bigquery')
implementation(project(':iceberg-nessie')) {
exclude group: 'com.google.code.findbugs', module: 'jsr305'
}
diff --git a/spark/v3.4/build.gradle b/spark/v3.4/build.gradle
index 714be0831d..69baf216c3 100644
--- a/spark/v3.4/build.gradle
+++ b/spark/v3.4/build.gradle
@@ -246,6 +246,7 @@
project(":iceberg-spark:iceberg-spark-runtime-${sparkMajorVersion}_${scalaVersio
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation project(':iceberg-gcp')
+ implementation project(':iceberg-bigquery')
implementation project(':iceberg-hive-metastore')
implementation(project(':iceberg-nessie')) {
exclude group: 'com.google.code.findbugs', module: 'jsr305'
diff --git a/spark/v3.5/build.gradle b/spark/v3.5/build.gradle
index 125d9e9c92..f31383a558 100644
--- a/spark/v3.5/build.gradle
+++ b/spark/v3.5/build.gradle
@@ -248,6 +248,7 @@
project(":iceberg-spark:iceberg-spark-runtime-${sparkMajorVersion}_${scalaVersio
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation project(':iceberg-gcp')
+ implementation project(':iceberg-bigquery')
implementation project(':iceberg-hive-metastore')
implementation(project(':iceberg-nessie')) {
exclude group: 'com.google.code.findbugs', module: 'jsr305'
diff --git a/spark/v4.0/build.gradle b/spark/v4.0/build.gradle
index 825bd17010..54763f84d8 100644
--- a/spark/v4.0/build.gradle
+++ b/spark/v4.0/build.gradle
@@ -253,6 +253,7 @@
project(":iceberg-spark:iceberg-spark-runtime-${sparkMajorVersion}_${scalaVersio
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation project(':iceberg-gcp')
+ implementation project(':iceberg-bigquery')
implementation project(':iceberg-hive-metastore')
implementation(project(':iceberg-nessie')) {
exclude group: 'com.google.code.findbugs', module: 'jsr305'