Skip to content

Commit

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

Bump Spark from 3.5.1 to 3.5.2. Meanwhile, bump the default `spark.version` from 3.5.1 to 3.5.2.

### Why are the changes needed?

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

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

No.

### How was this patch tested?

CI.

Closes apache#2684 from SteNicholas/CELEBORN-1562.

Authored-by: SteNicholas <programgeek@163.com>
Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
  • Loading branch information
SteNicholas authored and FMX committed Aug 15, 2024
1 parent 74423fb commit 15a29d5
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 @@ -1451,7 +1451,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.1</spark.version>
<spark.version>3.5.2</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 @@ -744,7 +744,7 @@ object Spark35 extends SparkClientProjects {
val lz4JavaVersion = "1.8.0"
val sparkProjectScalaVersion = "2.12.18"

val sparkVersion = "3.5.1"
val sparkVersion = "3.5.2"
val zstdJniVersion = "1.5.5-4"
}

Expand Down

0 comments on commit 15a29d5

Please sign in to comment.