Skip to content

Commit

Permalink
[CELEBORN-1413][FOLLOWUP] Bump zstd-jni version to 1.5.6-5 for 4.0.0-…
Browse files Browse the repository at this point in the history
…preview2

### What changes were proposed in this pull request?

Bump `zstd-jni` version to 1.5.6-5 for 4.0.0-preview2.

### Why are the changes needed?

`zstd-jni` version is 1.5.6-5 for 4.0.0-preview2 for [<version>1.5.6-5</version>](https://github.com/apache/spark/blob/v4.0.0-preview2/pom.xml#L838C18-L838C25).

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

No.

### How was this patch tested?

CI.

Closes #3054 from SteNicholas/CELEBORN-1413.

Authored-by: SteNicholas <[email protected]>
Signed-off-by: mingji <[email protected]>
  • Loading branch information
SteNicholas authored and FMX committed Jan 7, 2025
1 parent eb9e164 commit 19fecad
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 @@ -1499,7 +1499,7 @@
<scala.version>2.13.11</scala.version>
<scala.binary.version>2.13</scala.binary.version>
<spark.version>4.0.0-preview2</spark.version>
<zstd-jni.version>1.5.5-6</zstd-jni.version>
<zstd-jni.version>1.5.6-5</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 @@ -881,7 +881,7 @@ object Spark40 extends SparkClientProjects {
val sparkProjectScalaVersion = "2.13.11"

val sparkVersion = "4.0.0-preview2"
val zstdJniVersion = "1.5.5-6"
val zstdJniVersion = "1.5.6-5"
val scalaBinaryVersion = "2.13"

override val sparkColumnarShuffleVersion: String = "4"
Expand Down

0 comments on commit 19fecad

Please sign in to comment.