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

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


The following commit(s) were added to refs/heads/branch-0.6 by this push:
     new b5ad7ce9c [CELEBORN-2167] Bump Spark from 3.5.6 to 3.5.7
b5ad7ce9c is described below

commit b5ad7ce9c393ea188679e1abf2d04f4f07352b8a
Author: SteNicholas <[email protected]>
AuthorDate: Fri Oct 10 11:25:52 2025 +0800

    [CELEBORN-2167] Bump Spark from 3.5.6 to 3.5.7
    
    ### What changes were proposed in this pull request?
    
    Bump Spark from 3.5.6 to 3.5.7.
    
    ### Why are the changes needed?
    
    Spark 3.5.7 has been announced to release: [Spark 3.5.7 
released](https://spark.apache.org/news/spark-3-5-7-released.html). The profile 
spark-3.5 could bump Spark from 3.5.6 to 3.5.7.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    CI.
    
    Closes #3497 from SteNicholas/CELEBORN-2167.
    
    Authored-by: SteNicholas <[email protected]>
    Signed-off-by: SteNicholas <[email protected]>
    (cherry picked from commit 7a29201b032e9cf9c222e3f79ec520dba959240d)
    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 cddbe777a..76faed122 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1531,7 +1531,7 @@
         <lz4-java.version>1.8.0</lz4-java.version>
         <scala.version>2.12.18</scala.version>
         <scala.binary.version>2.12</scala.binary.version>
-        <spark.version>3.5.6</spark.version>
+        <spark.version>3.5.7</spark.version>
         <zstd-jni.version>1.5.5-4</zstd-jni.version>
       </properties>
     </profile>
diff --git a/project/CelebornBuild.scala b/project/CelebornBuild.scala
index da84e1974..e51df80f0 100644
--- a/project/CelebornBuild.scala
+++ b/project/CelebornBuild.scala
@@ -912,7 +912,7 @@ object Spark35 extends SparkClientProjects {
   val lz4JavaVersion = "1.8.0"
   val sparkProjectScalaVersion = "2.12.18"
 
-  val sparkVersion = "3.5.6"
+  val sparkVersion = "3.5.7"
   val zstdJniVersion = "1.5.5-4"
 
   override val sparkColumnarShuffleVersion: String = "3.5"

Reply via email to