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 51c3e373907b [SPARK-56009][BUILD] Upgrade `netty-tcnative` to
2.0.75.Final
51c3e373907b is described below
commit 51c3e373907b174b079ff55e5718fe11b6240a58
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Mar 16 17:02:58 2026 -0700
[SPARK-56009][BUILD] Upgrade `netty-tcnative` to 2.0.75.Final
### What changes were proposed in this pull request?
This PR aims to upgrade `netty-tcnative` to 2.0.75.Final.
### Why are the changes needed?
To bring the latest bug fixes.
-
https://github.com/netty/netty-tcnative/compare/netty-tcnative-parent-2.0.74.Final...netty-tcnative-parent-2.0.75.Final
- https://github.com/netty/netty-tcnative/pull/948
- https://github.com/netty/netty-tcnative/pull/949
- https://github.com/netty/netty-tcnative/pull/950
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54830 from dongjoon-hyun/SPARK-56009.
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 c38658a1ebf1..e2fc9bf913b6 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -208,12 +208,12 @@
netty-handler-proxy/4.2.10.Final//netty-handler-proxy-4.2.10.Final.jar
netty-handler/4.2.10.Final//netty-handler-4.2.10.Final.jar
netty-resolver-dns/4.2.10.Final//netty-resolver-dns-4.2.10.Final.jar
netty-resolver/4.2.10.Final//netty-resolver-4.2.10.Final.jar
-netty-tcnative-boringssl-static/2.0.74.Final/linux-aarch_64/netty-tcnative-boringssl-static-2.0.74.Final-linux-aarch_64.jar
-netty-tcnative-boringssl-static/2.0.74.Final/linux-x86_64/netty-tcnative-boringssl-static-2.0.74.Final-linux-x86_64.jar
-netty-tcnative-boringssl-static/2.0.74.Final/osx-aarch_64/netty-tcnative-boringssl-static-2.0.74.Final-osx-aarch_64.jar
-netty-tcnative-boringssl-static/2.0.74.Final/osx-x86_64/netty-tcnative-boringssl-static-2.0.74.Final-osx-x86_64.jar
-netty-tcnative-boringssl-static/2.0.74.Final/windows-x86_64/netty-tcnative-boringssl-static-2.0.74.Final-windows-x86_64.jar
-netty-tcnative-classes/2.0.74.Final//netty-tcnative-classes-2.0.74.Final.jar
+netty-tcnative-boringssl-static/2.0.75.Final/linux-aarch_64/netty-tcnative-boringssl-static-2.0.75.Final-linux-aarch_64.jar
+netty-tcnative-boringssl-static/2.0.75.Final/linux-x86_64/netty-tcnative-boringssl-static-2.0.75.Final-linux-x86_64.jar
+netty-tcnative-boringssl-static/2.0.75.Final/osx-aarch_64/netty-tcnative-boringssl-static-2.0.75.Final-osx-aarch_64.jar
+netty-tcnative-boringssl-static/2.0.75.Final/osx-x86_64/netty-tcnative-boringssl-static-2.0.75.Final-osx-x86_64.jar
+netty-tcnative-boringssl-static/2.0.75.Final/windows-x86_64/netty-tcnative-boringssl-static-2.0.75.Final-windows-x86_64.jar
+netty-tcnative-classes/2.0.75.Final//netty-tcnative-classes-2.0.75.Final.jar
netty-transport-classes-epoll/4.2.10.Final//netty-transport-classes-epoll-4.2.10.Final.jar
netty-transport-classes-kqueue/4.2.10.Final//netty-transport-classes-kqueue-4.2.10.Final.jar
netty-transport-native-epoll/4.2.10.Final/linux-aarch_64/netty-transport-native-epoll-4.2.10.Final-linux-aarch_64.jar
diff --git a/pom.xml b/pom.xml
index 13abe5e58a73..cc062af150b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,7 +217,7 @@
<tink.version>1.19.0</tink.version>
<datasketches.version>6.2.0</datasketches.version>
<netty.version>4.2.10.Final</netty.version>
- <netty-tcnative.version>2.0.74.Final</netty-tcnative.version>
+ <netty-tcnative.version>2.0.75.Final</netty-tcnative.version>
<icu4j.version>78.2</icu4j.version>
<junit.version>6.0.1</junit.version>
<jline.version>2.14.6</jline.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]