This is an automated email from the ASF dual-hosted git repository.

gurwls223 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 f7122137006e [SPARK-50415][BUILD] Upgrade `zstd-jni` to 1.5.6-8
f7122137006e is described below

commit f7122137006e941393c8be619fb51b3b713a24cb
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Nov 26 09:22:22 2024 +0900

    [SPARK-50415][BUILD] Upgrade `zstd-jni` to 1.5.6-8
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `zstd-jni` to `1.5.6-8`.
    
    ### Why are the changes needed?
    
    To bring the following bug fix,
    - [Guard all native code execution behind the shared lock in the 
ZstdCompressionCtx and 
ZstdDecompressionCtx](https://github.com/luben/zstd-jni/commit/cec96538e692336eae11b033d9f09e7be30ff075)
    
    Here is the release tag.
    - https://github.com/luben/zstd-jni/releases/tag/v1.5.6-8
    
    ### 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 #48959 from dongjoon-hyun/SPARK-50415.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
 pom.xml                               | 2 +-
 2 files changed, 2 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 902c9787adc5..aef06b8a20f5 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -280,4 +280,4 @@ xz/1.10//xz-1.10.jar
 zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
 zookeeper-jute/3.9.3//zookeeper-jute-3.9.3.jar
 zookeeper/3.9.3//zookeeper-3.9.3.jar
-zstd-jni/1.5.6-7//zstd-jni-1.5.6-7.jar
+zstd-jni/1.5.6-8//zstd-jni-1.5.6-8.jar
diff --git a/pom.xml b/pom.xml
index cfd5584e9861..65c644cc0690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -839,7 +839,7 @@
       <dependency>
         <groupId>com.github.luben</groupId>
         <artifactId>zstd-jni</artifactId>
-        <version>1.5.6-7</version>
+        <version>1.5.6-8</version>
       </dependency>
       <dependency>
         <groupId>com.clearspring.analytics</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to