From 1623b2d513d213c1520ae47a37fcc50a5e89988a Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Thu, 28 Mar 2024 12:17:19 -0700 Subject: [PATCH] [SPARK-47630][BUILD] Upgrade `zstd-jni` to 1.5.6-1 ### What changes were proposed in this pull request? This PR aims to upgrade `zstd-jni` to 1.5.6-1. ### Why are the changes needed? This release has the following memory-leak bug fix. - https://github.com/luben/zstd-jni/releases/tag/v1.5.6-1 - https://github.com/luben/zstd-jni/pull/303 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #45756 from dongjoon-hyun/SPARK-47630. Authored-by: Dongjoon Hyun Signed-off-by: Dongjoon Hyun --- dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +- pom.xml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3 index 0d3e24161fe61..1f2a7c2c03b6c 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -276,4 +276,4 @@ xz/1.9//xz-1.9.jar zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar zookeeper-jute/3.9.2//zookeeper-jute-3.9.2.jar zookeeper/3.9.2//zookeeper-3.9.2.jar -zstd-jni/1.5.5-11//zstd-jni-1.5.5-11.jar +zstd-jni/1.5.6-1//zstd-jni-1.5.6-1.jar diff --git a/pom.xml b/pom.xml index ffa4b5df36cb3..7bc6185706e94 100644 --- a/pom.xml +++ b/pom.xml @@ -786,7 +786,7 @@ com.github.luben zstd-jni - 1.5.5-11 + 1.5.6-1 com.clearspring.analytics @@ -2620,6 +2620,10 @@ org.apache.orc orc-format + + com.github.luben + zstd-jni + com.aayushatharva.brotli4j brotli4j