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

dongjoon-hyun 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 dc1e903748e0 [SPARK-56797][BUILD] Upgrade `netty-tcnative` to 
2.0.77.Final
dc1e903748e0 is described below

commit dc1e903748e09863c79c7c739c5161f110b24f27
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun May 10 17:23:05 2026 -0700

    [SPARK-56797][BUILD] Upgrade `netty-tcnative` to 2.0.77.Final
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `netty-tcnative` to 2.0.77.Final.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes:
    - 
https://github.com/netty/netty-tcnative/releases/tag/netty-tcnative-parent-2.0.77.Final
 (2026-04-23)
      - https://github.com/netty/netty-tcnative/pull/975
      - https://github.com/netty/netty-tcnative/pull/976
    
    ### 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?
    
    Generated-by: Claude Opus 4.7
    
    Closes #55770 from dongjoon-hyun/SPARK-56797.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 12 ++++++------
 pom.xml                               |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index b45e4ea858d4..afdba1990bc8 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -210,12 +210,12 @@ 
netty-handler-proxy/4.2.12.Final//netty-handler-proxy-4.2.12.Final.jar
 netty-handler/4.2.12.Final//netty-handler-4.2.12.Final.jar
 netty-resolver-dns/4.2.12.Final//netty-resolver-dns-4.2.12.Final.jar
 netty-resolver/4.2.12.Final//netty-resolver-4.2.12.Final.jar
-netty-tcnative-boringssl-static/2.0.76.Final/linux-aarch_64/netty-tcnative-boringssl-static-2.0.76.Final-linux-aarch_64.jar
-netty-tcnative-boringssl-static/2.0.76.Final/linux-x86_64/netty-tcnative-boringssl-static-2.0.76.Final-linux-x86_64.jar
-netty-tcnative-boringssl-static/2.0.76.Final/osx-aarch_64/netty-tcnative-boringssl-static-2.0.76.Final-osx-aarch_64.jar
-netty-tcnative-boringssl-static/2.0.76.Final/osx-x86_64/netty-tcnative-boringssl-static-2.0.76.Final-osx-x86_64.jar
-netty-tcnative-boringssl-static/2.0.76.Final/windows-x86_64/netty-tcnative-boringssl-static-2.0.76.Final-windows-x86_64.jar
-netty-tcnative-classes/2.0.76.Final//netty-tcnative-classes-2.0.76.Final.jar
+netty-tcnative-boringssl-static/2.0.77.Final/linux-aarch_64/netty-tcnative-boringssl-static-2.0.77.Final-linux-aarch_64.jar
+netty-tcnative-boringssl-static/2.0.77.Final/linux-x86_64/netty-tcnative-boringssl-static-2.0.77.Final-linux-x86_64.jar
+netty-tcnative-boringssl-static/2.0.77.Final/osx-aarch_64/netty-tcnative-boringssl-static-2.0.77.Final-osx-aarch_64.jar
+netty-tcnative-boringssl-static/2.0.77.Final/osx-x86_64/netty-tcnative-boringssl-static-2.0.77.Final-osx-x86_64.jar
+netty-tcnative-boringssl-static/2.0.77.Final/windows-x86_64/netty-tcnative-boringssl-static-2.0.77.Final-windows-x86_64.jar
+netty-tcnative-classes/2.0.77.Final//netty-tcnative-classes-2.0.77.Final.jar
 
netty-transport-classes-epoll/4.2.12.Final//netty-transport-classes-epoll-4.2.12.Final.jar
 
netty-transport-classes-kqueue/4.2.12.Final//netty-transport-classes-kqueue-4.2.12.Final.jar
 
netty-transport-native-epoll/4.2.12.Final/linux-aarch_64/netty-transport-native-epoll-4.2.12.Final-linux-aarch_64.jar
diff --git a/pom.xml b/pom.xml
index cded45c162f5..5ab2b89543ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,7 +217,7 @@
     <tink.version>1.20.0</tink.version>
     <datasketches.version>6.2.0</datasketches.version>
     <netty.version>4.2.12.Final</netty.version>
-    <netty-tcnative.version>2.0.76.Final</netty-tcnative.version>
+    <netty-tcnative.version>2.0.77.Final</netty-tcnative.version>
     <icu4j.version>78.3</icu4j.version>
     <junit.version>6.0.3</junit.version>
     <jline.version>2.14.6</jline.version>


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

Reply via email to