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

felixybw 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 766ada5dc fix spark35 ut build (#5111)
766ada5dc is described below

commit 766ada5dc959f1b33f6e16df6ace68b2093e13d7
Author: 高阳阳 <gyyco...@gmail.com>
AuthorDate: Tue Mar 26 14:46:17 2024 +0800

    fix spark35 ut build (#5111)
    
    bug fix. Build fail with UT enabled run
---
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6bdbf678f..8975ce211 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,7 @@
        <iceberg.version>1.4.3</iceberg.version>
         <delta.version>2.4.0</delta.version>
         <delta.binary.version>24</delta.binary.version>
+        <hadoop.version>3.3.4</hadoop.version>
       </properties>
     </profile>
     <profile>
@@ -317,10 +318,6 @@
             <groupId>org.apache.arrow</groupId>
             <artifactId>*</artifactId>
           </exclusion>
-          <exclusion>
-            <groupId>org.antlr</groupId>
-            <artifactId>antlr4-runtime</artifactId>
-          </exclusion>
         </exclusions>
         <scope>provided</scope>
       </dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org

Reply via email to