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

commit 908346128643d218c88537695037d623d76659a0
Author: yew1eb <[email protected]>
AuthorDate: Tue Jan 20 10:40:08 2026 +0800

    [CELEBORN-2249] Bump Spark from 3.5.7 to 3.5.8
    
    ### What changes were proposed in this pull request?
    
    Bump Spark from 3.5.7 to 3.5.8.
    
    ### Why are the changes needed?
    
    Spark 3.5.8 has been announced to release: [Spark 3.5.8 
released](https://spark.apache.org/news/spark-3-5-8-released.html). The profile 
spark-3.5 could bump Spark from 3.5.7 to 3.5.8.
    
    ### Does this PR resolve a correctness bug?
    
    No.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    CI.
    
    Closes #3585 from yew1eb/CELEBORN_2249.
    
    Authored-by: yew1eb <[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 5ef3d5f78..7a296c014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1557,7 +1557,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.7</spark.version>
+        <spark.version>3.5.8</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 94392eca2..0ab05043a 100644
--- a/project/CelebornBuild.scala
+++ b/project/CelebornBuild.scala
@@ -919,7 +919,7 @@ object Spark35 extends SparkClientProjects {
   val lz4JavaVersion = "1.8.0"
   val sparkProjectScalaVersion = "2.12.18"
 
-  val sparkVersion = "3.5.7"
+  val sparkVersion = "3.5.8"
   val zstdJniVersion = "1.5.5-4"
 
   override val sparkColumnarShuffleVersion: String = "3.5"

Reply via email to