[CELEBORN-1890] Bump Spark from 3.5.4 to 3.5.5
### What changes were proposed in this pull request? Bump Spark from 3.5.4 to 3.5.5. ### Why are the changes needed? Spark 3.5.5 has been announced to release: [Spark 3.5.5 released](https://spark.apache.org/news/spark-3-5-5-released.html). The profile spark-3.5 could bump Spark from 3.5.4 to 3.5.5. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI. Closes #3129 from SteNicholas/CELEBORN-1890. Authored-by: SteNicholas <programgeek@163.com> Signed-off-by: SteNicholas <programgeek@163.com>
This commit is contained in:
parent
3a83ac7693
commit
15e34eca6e
2
pom.xml
2
pom.xml
@ -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.4</spark.version>
|
||||
<spark.version>3.5.5</spark.version>
|
||||
<zstd-jni.version>1.5.5-4</zstd-jni.version>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
@ -864,7 +864,7 @@ object Spark35 extends SparkClientProjects {
|
||||
val lz4JavaVersion = "1.8.0"
|
||||
val sparkProjectScalaVersion = "2.12.18"
|
||||
|
||||
val sparkVersion = "3.5.4"
|
||||
val sparkVersion = "3.5.5"
|
||||
val zstdJniVersion = "1.5.5-4"
|
||||
|
||||
override val sparkColumnarShuffleVersion: String = "3.5"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user