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

hongze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new c85f4a747 [CORE] Prevent CH backend from referencing arrow-gluten Jars 
(#6494)
c85f4a747 is described below

commit c85f4a7473e7cfc44f993349d96f51f493da87d7
Author: Hongze Zhang <[email protected]>
AuthorDate: Fri Jul 19 11:42:26 2024 +0800

    [CORE] Prevent CH backend from referencing arrow-gluten Jars (#6494)
---
 gluten-ut/spark32/pom.xml | 16 ----------------
 gluten-ut/spark33/pom.xml | 16 ----------------
 gluten-ut/spark34/pom.xml | 16 ----------------
 gluten-ut/spark35/pom.xml | 16 ----------------
 gluten-ut/test/pom.xml    | 16 ----------------
 5 files changed, 80 deletions(-)

diff --git a/gluten-ut/spark32/pom.xml b/gluten-ut/spark32/pom.xml
index b0744589d..87aa31974 100644
--- a/gluten-ut/spark32/pom.xml
+++ b/gluten-ut/spark32/pom.xml
@@ -73,22 +73,6 @@
           </exclusions>
           <scope>test</scope>
         </dependency>
-        <dependency>
-          <groupId>org.apache.arrow</groupId>
-          <artifactId>arrow-c-data</artifactId>
-          <version>${arrow-gluten.version}</version>
-          <scope>test</scope>
-          <exclusions>
-            <exclusion>
-              <groupId>org.apache.arrow</groupId>
-              <artifactId>arrow-vector</artifactId>
-            </exclusion>
-            <exclusion>
-              <artifactId>protobuf-java</artifactId>
-              <groupId>com.google.protobuf</groupId>
-            </exclusion>
-          </exclusions>
-        </dependency>
         <dependency>
           <groupId>org.apache.arrow</groupId>
           <artifactId>arrow-memory-netty</artifactId>
diff --git a/gluten-ut/spark33/pom.xml b/gluten-ut/spark33/pom.xml
index 5f9a28e24..5f116ef3b 100644
--- a/gluten-ut/spark33/pom.xml
+++ b/gluten-ut/spark33/pom.xml
@@ -80,22 +80,6 @@
           </exclusions>
           <scope>test</scope>
         </dependency>
-        <dependency>
-          <groupId>org.apache.arrow</groupId>
-          <artifactId>arrow-c-data</artifactId>
-          <version>${arrow-gluten.version}</version>
-          <scope>test</scope>
-          <exclusions>
-            <exclusion>
-              <groupId>org.apache.arrow</groupId>
-              <artifactId>arrow-vector</artifactId>
-            </exclusion>
-            <exclusion>
-              <artifactId>protobuf-java</artifactId>
-              <groupId>com.google.protobuf</groupId>
-            </exclusion>
-          </exclusions>
-        </dependency>
         <dependency>
           <groupId>org.apache.arrow</groupId>
           <artifactId>arrow-memory-netty</artifactId>
diff --git a/gluten-ut/spark34/pom.xml b/gluten-ut/spark34/pom.xml
index a8d24d5fd..94d322256 100644
--- a/gluten-ut/spark34/pom.xml
+++ b/gluten-ut/spark34/pom.xml
@@ -80,22 +80,6 @@
           </exclusions>
           <scope>test</scope>
         </dependency>
-        <dependency>
-          <groupId>org.apache.arrow</groupId>
-          <artifactId>arrow-c-data</artifactId>
-          <version>${arrow-gluten.version}</version>
-          <scope>test</scope>
-          <exclusions>
-            <exclusion>
-              <groupId>org.apache.arrow</groupId>
-              <artifactId>arrow-vector</artifactId>
-            </exclusion>
-            <exclusion>
-              <artifactId>protobuf-java</artifactId>
-              <groupId>com.google.protobuf</groupId>
-            </exclusion>
-          </exclusions>
-        </dependency>
         <dependency>
           <groupId>org.apache.arrow</groupId>
           <artifactId>arrow-memory-netty</artifactId>
diff --git a/gluten-ut/spark35/pom.xml b/gluten-ut/spark35/pom.xml
index 2bf1c93a0..a701bcd81 100644
--- a/gluten-ut/spark35/pom.xml
+++ b/gluten-ut/spark35/pom.xml
@@ -114,22 +114,6 @@
           </exclusions>
           <scope>test</scope>
         </dependency>
-        <dependency>
-          <groupId>org.apache.arrow</groupId>
-          <artifactId>arrow-c-data</artifactId>
-          <version>${arrow-gluten.version}</version>
-          <scope>test</scope>
-          <exclusions>
-            <exclusion>
-              <groupId>org.apache.arrow</groupId>
-              <artifactId>arrow-vector</artifactId>
-            </exclusion>
-            <exclusion>
-              <artifactId>protobuf-java</artifactId>
-              <groupId>com.google.protobuf</groupId>
-            </exclusion>
-          </exclusions>
-        </dependency>
         <dependency>
           <groupId>org.apache.arrow</groupId>
           <artifactId>arrow-memory-netty</artifactId>
diff --git a/gluten-ut/test/pom.xml b/gluten-ut/test/pom.xml
index 25ec542de..f7d16b8b8 100644
--- a/gluten-ut/test/pom.xml
+++ b/gluten-ut/test/pom.xml
@@ -87,22 +87,6 @@
           </exclusions>
           <scope>test</scope>
         </dependency>
-        <dependency>
-          <groupId>org.apache.arrow</groupId>
-          <artifactId>arrow-c-data</artifactId>
-          <version>${arrow-gluten.version}</version>
-          <scope>test</scope>
-          <exclusions>
-            <exclusion>
-              <groupId>org.apache.arrow</groupId>
-              <artifactId>arrow-vector</artifactId>
-            </exclusion>
-            <exclusion>
-              <artifactId>protobuf-java</artifactId>
-              <groupId>com.google.protobuf</groupId>
-            </exclusion>
-          </exclusions>
-        </dependency>
         <dependency>
           <groupId>org.apache.arrow</groupId>
           <artifactId>arrow-memory-netty</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to