From e38f3a39164bb3407d08635a354f9361ffa560f8 Mon Sep 17 00:00:00 2001 From: panbingkun <84731559@qq.com> Date: Fri, 28 Jul 2023 22:47:42 +0800 Subject: [PATCH] GH-36928: [Java] Make it run well with the netty newest version 4.1.96 (#36926) When I used `netty arrow memory 13.0.0` and `netty 4.1.96.Final` in Spark, the following error occurred, Because `netty 4.1.96.Final` version has revert some modifications, in order to ensure that `netty arrow memory 13.0.0` works well with ``netty 4.1.96.Final`` version, I suggest making similar modifications here. 1.Compilation errors are as follows: https://ci.appveyor.com/project/ApacheSoftwareFoundation/spark/builds/47657403 image 2.Some modifications have been reverted in `netty 4.1.96.Final` as follows: image image https://netty.io/news/2023/07/27/4-1-96-Final.html https://github.com/netty/netty/pull/13510 * Closes: #36928 Authored-by: panbingkun Signed-off-by: David Li --- java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/pom.xml b/java/pom.xml index 6b3a35ec9786d..747320d2f8a40 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -33,7 +33,7 @@ 5.9.0 1.7.25 31.1-jre - 4.1.93.Final + 4.1.96.Final 1.56.0 3.21.9 2.13.4