dongjoon-hyun commented on code in PR #52717:
URL: https://github.com/apache/spark/pull/52717#discussion_r2457675267


##########
common/network-common/src/main/java/org/apache/spark/network/util/NettyUtils.java:
##########
@@ -36,7 +36,8 @@
 import io.netty.util.internal.PlatformDependent;
 
 /**
- * Utilities for creating various Netty constructs based on whether we're 
using EPOLL or NIO.
+ * Utilities for creating various Netty constructs based on whether we're 
using NIO, EPOLL,
+ * or KQUEUE.

Review Comment:
   We added `KQUEUE` recently.
   - #52703 



-- 
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]

Reply via email to