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 f0c193a6b3 Bump Spark version from 4.0.0 to 4.0.1
f0c193a6b3 is described below

commit f0c193a6b3297b8695010043b6f2a47492bdb127
Author: Zouxxyy <[email protected]>
AuthorDate: Tue Sep 16 16:32:01 2025 +0800

    Bump Spark version from 4.0.0 to 4.0.1
    
    Apache Spark 4.0.1 is a maintenance release containing important 
correctness and stability fixes. This release is based on the branch-4.0 
maintenance branch of Spark. We strongly recommend all 4.0 users to upgrade to 
this stable release.
---
 pom.xml                 | 2 +-
 tools/gluten-it/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index af074cf931..f8aa5bf033 100644
--- a/pom.xml
+++ b/pom.xml
@@ -420,7 +420,7 @@
       <properties>
         <sparkbundle.version>4.0</sparkbundle.version>
         
<sparkshim.artifactId>spark-sql-columnar-shims-spark40</sparkshim.artifactId>
-        <spark.version>4.0.0</spark.version>
+        <spark.version>4.0.1</spark.version>
         <iceberg.version>1.5.0</iceberg.version>
         <delta.package.name>delta-spark</delta.package.name>
         <delta.version>3.3.1</delta.version>
diff --git a/tools/gluten-it/pom.xml b/tools/gluten-it/pom.xml
index f70de42e9a..5a43bea2cb 100644
--- a/tools/gluten-it/pom.xml
+++ b/tools/gluten-it/pom.xml
@@ -274,7 +274,7 @@
     <profile>
       <id>spark-3.5</id>
       <properties>
-        <spark.version>3.5.2</spark.version>
+        <spark.version>3.5.5</spark.version>
         <scala.version>2.12.18</scala.version>
         <scala.binary.version>2.12</scala.binary.version>
         <delta.package.name>delta-spark</delta.package.name>
@@ -284,7 +284,7 @@
     <profile>
       <id>spark-4.0</id>
       <properties>
-        <spark.version>4.0.0</spark.version>
+        <spark.version>4.0.1</spark.version>
         <scala.version>2.13.8</scala.version>
         <scala.binary.version>2.13</scala.binary.version>
         <delta.package.name>delta-spark</delta.package.name>


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

Reply via email to