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 7015fa086 [CELEBORN-2030] Bump Spark from 3.5.5 to 3.5.6
7015fa086 is described below

commit 7015fa086c3874195371c5735a1932bd4859e95c
Author: SteNicholas <[email protected]>
AuthorDate: Mon Jun 9 20:40:33 2025 +0800

    [CELEBORN-2030] Bump Spark from 3.5.5 to 3.5.6
    
    ### What changes were proposed in this pull request?
    
    Bump Spark from 3.5.5 to 3.5.6.
    
    ### Why are the changes needed?
    
    Spark 3.5.6 has been announced to release: [Spark 3.5.6 
released](https://spark.apache.org/news/spark-3-5-6-released.html). The profile 
spark-3.5 could bump Spark from 3.5.5 to 3.5.6.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    CI.
    
    Closes #3319 from SteNicholas/CELEBORN-2030.
    
    Authored-by: SteNicholas <[email protected]>
    Signed-off-by: SteNicholas <[email protected]>
    (cherry picked from commit 8be7d928a3053c683cc19857d69595869aaa6aa5)
    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 77f7ba86f..f7e3dee6b 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.5</spark.version>
+        <spark.version>3.5.6</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 32d6367c0..4387bfbf2 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.5"
+  val sparkVersion = "3.5.6"
   val zstdJniVersion = "1.5.5-4"
 
   override val sparkColumnarShuffleVersion: String = "3.5"

Reply via email to