This is an automated email from the ASF dual-hosted git repository.
ethanfeng 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 416c84acc [CELEBORN-1613] Bump Spark from 3.5.2 to 3.5.3
416c84acc is described below
commit 416c84accef2ef445b101f56d296f4134e3c16ab
Author: SteNicholas <[email protected]>
AuthorDate: Wed Sep 25 15:32:04 2024 +0800
[CELEBORN-1613] Bump Spark from 3.5.2 to 3.5.3
### What changes were proposed in this pull request?
Bump Spark from 3.5.2 to 3.5.3.
### Why are the changes needed?
Spark 3.5.3 has been announced to release: [Spark 3.5.3
released](https://spark.apache.org/news/spark-3-5-3-released.html). The profile
spark-3.5 could bump Spark from 3.5.2 to 3.5.3.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
CI.
Closes #2760 from SteNicholas/CELEBORN-1613.
Authored-by: SteNicholas <[email protected]>
Signed-off-by: mingji <[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 491557218..ae3429e79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1486,7 +1486,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.2</spark.version>
+ <spark.version>3.5.3</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 1c18aab0d..7c5a94972 100644
--- a/project/CelebornBuild.scala
+++ b/project/CelebornBuild.scala
@@ -770,7 +770,7 @@ object Spark35 extends SparkClientProjects {
val lz4JavaVersion = "1.8.0"
val sparkProjectScalaVersion = "2.12.18"
- val sparkVersion = "3.5.2"
+ val sparkVersion = "3.5.3"
val zstdJniVersion = "1.5.5-4"
override val sparkColumnarShuffleVersion: String = "3.5"