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

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


The following commit(s) were added to refs/heads/main by this push:
     new aa35c1caf [CELEBORN-904] Bump Spark in spark-3.3 profile from 3.3.2 to 
3.3.3
aa35c1caf is described below

commit aa35c1cafc4b2933531db10ea8c6d31c950c59a2
Author: Fu Chen <[email protected]>
AuthorDate: Wed Aug 23 20:20:22 2023 +0800

    [CELEBORN-904] Bump Spark in spark-3.3 profile from 3.3.2 to 3.3.3
    
    ### What changes were proposed in this pull request?
    
    As title
    
    ### Why are the changes needed?
    
    https://www.mail-archive.com/devspark.apache.org/msg30758.html
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Pass GA
    
    Closes #1828 from cfmcgrady/spark33.
    
    Authored-by: Fu Chen <[email protected]>
    Signed-off-by: zky.zhoukeyong <[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 3ee65438c..6e7880ca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -973,7 +973,7 @@
         <lz4-java.version>1.8.0</lz4-java.version>
         <scala.version>2.12.15</scala.version>
         <scala.binary.version>2.12</scala.binary.version>
-        <spark.version>3.3.2</spark.version>
+        <spark.version>3.3.3</spark.version>
         <zstd-jni.version>1.5.2-1</zstd-jni.version>
       </properties>
     </profile>
diff --git a/project/CelebornBuild.scala b/project/CelebornBuild.scala
index 833b06084..e6ab134c3 100644
--- a/project/CelebornBuild.scala
+++ b/project/CelebornBuild.scala
@@ -470,7 +470,7 @@ object Spark33 extends SparkClientProjects {
   val sparkProjectScalaVersion = "2.12.15"
   // scalaBinaryVersion
   // val scalaBinaryVersion = "2.12"
-  val sparkVersion = "3.3.2"
+  val sparkVersion = "3.3.3"
   val zstdJniVersion = "1.5.2-1"
 }
 

Reply via email to