lidavidm commented on code in PR #13544:
URL: https://github.com/apache/arrow/pull/13544#discussion_r922836332


##########
java/flight/flight-core/pom.xml:
##########
@@ -323,7 +314,6 @@
         <dependency>
           <groupId>io.netty</groupId>
           <artifactId>netty-transport-native-unix-common</artifactId>
-          <version>${dep.netty.version}</version>

Review Comment:
   We currently do not need the Netty JNI libraries for tests, because we 
aren't properly testing those paths (ARROW-17024). For actual use, they are 
only required if the application is using domain sockets, or wants to manually 
configure Netty to use epoll/kqueue. The application can always explicitly add 
the necessary dependencies.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to