This is an automated email from the ASF dual-hosted git repository.

huaxingao pushed a commit to branch 1.10.x
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 16f5bc6934e2a7d172936b679184edc27fc7fa29
Author: Владислав Самороков <[email protected]>
AuthorDate: Wed Oct 1 13:34:43 2025 +0700

    BigQuery: Add iceberg-bigquery dependency to spark and flink build scripts 
(#14221)
    
    (cherry picked from commit 2b9a7e3fd42c8ab82d053760bced09cdbf82a1cf)
---
 build.gradle             | 1 +
 flink/v1.19/build.gradle | 1 +
 flink/v1.20/build.gradle | 1 +
 flink/v2.0/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 6bc052885f..ccd05f67e6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1037,6 +1037,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.19/build.gradle b/flink/v1.19/build.gradle
index 05fdddd63c..26c53e1518 100644
--- a/flink/v1.19/build.gradle
+++ b/flink/v1.19/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/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/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 69700d8436..42eb35c3b4 100644
--- a/spark/v3.5/build.gradle
+++ b/spark/v3.5/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/v4.0/build.gradle b/spark/v4.0/build.gradle
index 9c7ea06f99..237337707e 100644
--- a/spark/v4.0/build.gradle
+++ b/spark/v4.0/build.gradle
@@ -251,6 +251,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'

Reply via email to