This is an automated email from the ASF dual-hosted git repository.
SteNicholas 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 91175cecb [CELEBORN-2335] Bump Spark from 4.1.1 to 4.1.2
91175cecb is described below
commit 91175cecbdbdc5e5b209ac6622f6fe081bc7957a
Author: SteNicholas <[email protected]>
AuthorDate: Mon May 25 12:55:40 2026 +0800
[CELEBORN-2335] Bump Spark from 4.1.1 to 4.1.2
### What changes were proposed in this pull request?
Bump Spark from 4.1.1 to 4.1.2.
### Why are the changes needed?
Spark 4.1.2 has been announced to release: [Spark 4.1.2
released](https://spark.apache.org/news/spark-4-1-2-released.html). The profile
spark-4.1 could bump Spark from 4.1.1 to 4.1.2.
### Does this PR resolve a correctness bug?
- [ ] Yes
### Does this PR introduce _any_ user-facing change?
- [ ] Yes
### How was this patch tested?
CI.
Closes #3700 from SteNicholas/CELEBORN-2335.
Authored-by: SteNicholas <[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 562f4f5b6..e09b912ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1697,7 +1697,7 @@
<lz4-java.version>1.8.0</lz4-java.version>
<scala.version>2.13.17</scala.version>
<scala.binary.version>2.13</scala.binary.version>
- <spark.version>4.1.1</spark.version>
+ <spark.version>4.1.2</spark.version>
<zstd-jni.version>1.5.7-6</zstd-jni.version>
</properties>
</profile>
diff --git a/project/CelebornBuild.scala b/project/CelebornBuild.scala
index d492f3082..1d5d8654b 100644
--- a/project/CelebornBuild.scala
+++ b/project/CelebornBuild.scala
@@ -1004,7 +1004,7 @@ object Spark41 extends SparkClientProjects {
val lz4JavaVersion = "1.8.0"
val sparkProjectScalaVersion = "2.13.17"
- val sparkVersion = "4.1.1"
+ val sparkVersion = "4.1.2"
val zstdJniVersion = "1.5.7-6"
val scalaBinaryVersion = "2.13"