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 bf2457b6db77 [SPARK-53843][BUILD] Upgrade `netty-tcnative` to
2.0.74.Final
bf2457b6db77 is described below
commit bf2457b6db77b911874a22e6d73f07793f44bef1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Oct 8 13:02:18 2025 -0700
[SPARK-53843][BUILD] Upgrade `netty-tcnative` to 2.0.74.Final
### What changes were proposed in this pull request?
This PR aims to upgrade `netty-tcnative` to 2.0.74.Final.
### Why are the changes needed?
To bring the latest bug fixes.
-
https://github.com/netty/netty-tcnative/compare/netty-tcnative-parent-2.0.73.Final...netty-tcnative-parent-2.0.74.Final
- https://github.com/netty/netty-tcnative/pull/940
- https://github.com/netty/netty-tcnative/pull/939
-
https://github.com/google/boringssl/compare/cccf8525db8a57153d3cb3e22efed2db4b71a8ab...0226f30467f540a3f62ef48d453f93927da199b6
(499 changed files with 42,423 additions and 13,220 deletions)
### 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 #52547 from dongjoon-hyun/SPARK-53843.
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 2a6835971408..4fbeadacd045 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.1.127.Final//netty-handler-proxy-4.1.127.Final.jar
netty-handler/4.1.127.Final//netty-handler-4.1.127.Final.jar
netty-resolver-dns/4.1.127.Final//netty-resolver-dns-4.1.127.Final.jar
netty-resolver/4.1.127.Final//netty-resolver-4.1.127.Final.jar
-netty-tcnative-boringssl-static/2.0.73.Final/linux-aarch_64/netty-tcnative-boringssl-static-2.0.73.Final-linux-aarch_64.jar
-netty-tcnative-boringssl-static/2.0.73.Final/linux-x86_64/netty-tcnative-boringssl-static-2.0.73.Final-linux-x86_64.jar
-netty-tcnative-boringssl-static/2.0.73.Final/osx-aarch_64/netty-tcnative-boringssl-static-2.0.73.Final-osx-aarch_64.jar
-netty-tcnative-boringssl-static/2.0.73.Final/osx-x86_64/netty-tcnative-boringssl-static-2.0.73.Final-osx-x86_64.jar
-netty-tcnative-boringssl-static/2.0.73.Final/windows-x86_64/netty-tcnative-boringssl-static-2.0.73.Final-windows-x86_64.jar
-netty-tcnative-classes/2.0.73.Final//netty-tcnative-classes-2.0.73.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-transport-classes-epoll/4.1.127.Final//netty-transport-classes-epoll-4.1.127.Final.jar
netty-transport-classes-kqueue/4.1.127.Final//netty-transport-classes-kqueue-4.1.127.Final.jar
netty-transport-native-epoll/4.1.127.Final/linux-aarch_64/netty-transport-native-epoll-4.1.127.Final-linux-aarch_64.jar
diff --git a/pom.xml b/pom.xml
index 7c6e492c54bb..3f2039dbd730 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,7 +218,7 @@
<tink.version>1.16.0</tink.version>
<datasketches.version>6.2.0</datasketches.version>
<netty.version>4.1.127.Final</netty.version>
- <netty-tcnative.version>2.0.73.Final</netty-tcnative.version>
+ <netty-tcnative.version>2.0.74.Final</netty-tcnative.version>
<icu4j.version>77.1</icu4j.version>
<junit-jupiter.version>5.13.4</junit-jupiter.version>
<junit-platform.version>1.13.4</junit-platform.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]