This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push: new 17eff5d82d7 [SPARK-42409][BUILD] Upgrade ZSTD-JNI to 1.5.4-1 17eff5d82d7 is described below commit 17eff5d82d700d30707b42f68e8710894694b7b6 Author: yangjie01 <yangji...@baidu.com> AuthorDate: Sun Feb 12 13:11:06 2023 -0800 [SPARK-42409][BUILD] Upgrade ZSTD-JNI to 1.5.4-1 ### What changes were proposed in this pull request? This pr aims to upgrade zstd-jni from 1.5.2-5 to 1.5.4-1 ### Why are the changes needed? This version add support for no finalizer zstd BufferDecompressingStream - https://github.com/luben/zstd-jni/pull/244 All changes as follows: - https://github.com/luben/zstd-jni/compare/c1.5.2-5...v1.5.4-1 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions Closes #39981 from LuciferYang/SPARK-42409. Authored-by: yangjie01 <yangji...@baidu.com> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- dev/deps/spark-deps-hadoop-2-hive-2.3 | 2 +- dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/deps/spark-deps-hadoop-2-hive-2.3 b/dev/deps/spark-deps-hadoop-2-hive-2.3 index 7e6990b5b24..964c06cb74c 100644 --- a/dev/deps/spark-deps-hadoop-2-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-2-hive-2.3 @@ -268,4 +268,4 @@ xz/1.9//xz-1.9.jar zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar zookeeper-jute/3.6.3//zookeeper-jute-3.6.3.jar zookeeper/3.6.3//zookeeper-3.6.3.jar -zstd-jni/1.5.2-5//zstd-jni-1.5.2-5.jar +zstd-jni/1.5.4-1//zstd-jni-1.5.4-1.jar diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3 index d9ea8223eeb..0783abfe2fc 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -253,4 +253,4 @@ xz/1.9//xz-1.9.jar zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar zookeeper-jute/3.6.3//zookeeper-jute-3.6.3.jar zookeeper/3.6.3//zookeeper-3.6.3.jar -zstd-jni/1.5.2-5//zstd-jni-1.5.2-5.jar +zstd-jni/1.5.4-1//zstd-jni-1.5.4-1.jar diff --git a/pom.xml b/pom.xml index 8fdc06b335c..637e7a790ed 100644 --- a/pom.xml +++ b/pom.xml @@ -806,7 +806,7 @@ <dependency> <groupId>com.github.luben</groupId> <artifactId>zstd-jni</artifactId> - <version>1.5.2-5</version> + <version>1.5.4-1</version> </dependency> <dependency> <groupId>com.clearspring.analytics</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org