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


The following commit(s) were added to refs/heads/1.10.x by this push:
     new eb26eb3902 Revert "BigQuery: Add iceberg-bigquery dependency to spark 
and flink build scripts (#14221)" (#14835)
eb26eb3902 is described below

commit eb26eb3902186818676a48496cb3db44a337d82d
Author: Huaxin Gao <[email protected]>
AuthorDate: Fri Dec 12 23:23:09 2025 -0800

    Revert "BigQuery: Add iceberg-bigquery dependency to spark and flink build 
scripts (#14221)" (#14835)
    
    This reverts commit 16f5bc6934e2a7d172936b679184edc27fc7fa29.
---
 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 deletions(-)

diff --git a/build.gradle b/build.gradle
index ccd05f67e6..6bc052885f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1037,7 +1037,6 @@ 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 eda663a5cd..f0fd048a6c 100644
--- a/flink/v1.19/build.gradle
+++ b/flink/v1.19/build.gradle
@@ -164,7 +164,6 @@ 
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 3591bf37b1..7c4989312e 100644
--- a/flink/v1.20/build.gradle
+++ b/flink/v1.20/build.gradle
@@ -164,7 +164,6 @@ 
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 5907f41b35..c0de408e98 100644
--- a/flink/v2.0/build.gradle
+++ b/flink/v2.0/build.gradle
@@ -164,7 +164,6 @@ 
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 69baf216c3..714be0831d 100644
--- a/spark/v3.4/build.gradle
+++ b/spark/v3.4/build.gradle
@@ -246,7 +246,6 @@ 
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 42eb35c3b4..69700d8436 100644
--- a/spark/v3.5/build.gradle
+++ b/spark/v3.5/build.gradle
@@ -246,7 +246,6 @@ 
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 237337707e..9c7ea06f99 100644
--- a/spark/v4.0/build.gradle
+++ b/spark/v4.0/build.gradle
@@ -251,7 +251,6 @@ 
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