Skip to content

Commit

Permalink
[CELEBORN-1806] Bump Spark from 3.5.3 to 3.5.4
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Bump Spark from 3.5.3 to 3.5.4.

### Why are the changes needed?

Spark 3.5.4 has been announced to release: [Spark 3.5.4 released](https://spark.apache.org/news/spark-3-5-4-released.html). The profile spark-3.5 could bump Spark from 3.5.3 to 3.5.4.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

CI.

Closes #3034 from SteNicholas/CELEBORN-1806.

Authored-by: SteNicholas <programgeek@163.com>
Signed-off-by: SteNicholas <programgeek@163.com>
  • Loading branch information
SteNicholas committed Dec 27, 2024
1 parent 1b3bd6e commit eb59c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,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.3</spark.version>
<spark.version>3.5.4</spark.version>
<zstd-jni.version>1.5.5-4</zstd-jni.version>
</properties>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion project/CelebornBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ object Spark35 extends SparkClientProjects {
val lz4JavaVersion = "1.8.0"
val sparkProjectScalaVersion = "2.12.18"

val sparkVersion = "3.5.3"
val sparkVersion = "3.5.4"
val zstdJniVersion = "1.5.5-4"

override val sparkColumnarShuffleVersion: String = "3.5"
Expand Down

0 comments on commit eb59c17

Please sign in to comment.