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