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

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f7758fa6 [CELEBORN-2144] Bump spark 4.0.1
9f7758fa6 is described below

commit 9f7758fa6eaf7ec13ba45a0c2e5a4f1b06968281
Author: Wang, Fei <[email protected]>
AuthorDate: Mon Sep 8 11:53:24 2025 +0800

    [CELEBORN-2144] Bump spark 4.0.1
    
    ### What changes were proposed in this pull request?
    Bump spark-4 version to 4.0.1
    
    ### Why are the changes needed?
    
    https://spark.apache.org/news/spark-4-0-1-released.html
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    GA
    
    Closes #3470 from turboFei/4.0.1.
    
    Authored-by: Wang, Fei <[email protected]>
    Signed-off-by: SteNicholas <[email protected]>
---
 pom.xml                     | 2 +-
 project/CelebornBuild.scala | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3110ae392..76b8fb308 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1550,7 +1550,7 @@
         <lz4-java.version>1.8.0</lz4-java.version>
         <scala.version>2.13.16</scala.version>
         <scala.binary.version>2.13</scala.binary.version>
-        <spark.version>4.0.0</spark.version>
+        <spark.version>4.0.1</spark.version>
         <zstd-jni.version>1.5.6-9</zstd-jni.version>
       </properties>
     </profile>
diff --git a/project/CelebornBuild.scala b/project/CelebornBuild.scala
index 54c03c4a2..950b4f8d3 100644
--- a/project/CelebornBuild.scala
+++ b/project/CelebornBuild.scala
@@ -931,7 +931,7 @@ object Spark40 extends SparkClientProjects {
   val lz4JavaVersion = "1.8.0"
   val sparkProjectScalaVersion = "2.13.16"
 
-  val sparkVersion = "4.0.0"
+  val sparkVersion = "4.0.1"
   val zstdJniVersion = "1.5.6-9"
   val scalaBinaryVersion = "2.13"
 

Reply via email to