Skip to content

Commit

Permalink
KE-43825 Auto Update Gluten Ext Version(240829) (#31994)
Browse files Browse the repository at this point in the history
* KE-43825 Auto Update Gluten Ext Version (240829)

* Fix Build due to  apache/incubator-gluten#7057

---------

Co-authored-by: kyligence-git <[email protected]>
Co-authored-by: Chang Chen <[email protected]>
  • Loading branch information
3 people authored and pfzhan committed Sep 3, 2024
1 parent 7e6259a commit 119198c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<delta-standalone.version>0.6.0</delta-standalone.version>
<iceberg.version>1.4.1</iceberg.version>

<gluten.version>1.3.0-kylin-240822-SNAPSHOT</gluten.version>
<gluten.version>1.3.0-kylin-240829-SNAPSHOT</gluten.version>
<gluten.deps.scope>compile</gluten.deps.scope>
<substrait.version>0.5.0</substrait.version>
<celeborn.version>0.3.0-incubating</celeborn.version>
Expand Down
25 changes: 25 additions & 0 deletions src/spark-project/spark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,31 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.gluten</groupId>
<artifactId>gluten-substrait</artifactId>
<version>${gluten.version}</version>
<type>test-jar</type>
<scope>${gluten.deps.scope}</scope>
<exclusions>
<exclusion>
<groupId>org.apache.gluten</groupId>
<artifactId>spark-sql-columnar-shims-spark32</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.gluten</groupId>
<artifactId>spark-sql-columnar-shims-spark33</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.gluten</groupId>
<artifactId>spark-sql-columnar-shims-spark34</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.gluten</groupId>
<artifactId>spark-sql-columnar-shims-spark35</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.gluten</groupId>
<artifactId>gluten-ui</artifactId>
Expand Down

0 comments on commit 119198c

Please sign in to comment.