LuciferYang commented on code in PR #36321:
URL: https://github.com/apache/spark/pull/36321#discussion_r856252589
##########
common/network-common/pom.xml:
##########
@@ -42,19 +42,41 @@
</dependency>
<!-- Core dependencies -->
+ <!-- Netty Begin -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-transport-native-epoll</artifactId>
+ <classifier>linux-x86_64</classifier>
Review Comment:
I have manually `mvn test -pl core -am` on MacOS, If necessary, I can do a
full test on MacOS
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]