pan3793 commented on code in PR #7273:
URL: https://github.com/apache/kyuubi/pull/7273#discussion_r2617967360


##########
externals/kyuubi-spark-sql-engine/pom.xml:
##########
@@ -255,6 +255,15 @@
                             
<include>org.checkerframework:checker-qual</include>
                             
<include>org.codehaus.mojo:animal-sniffer-annotations</include>
                         </includes>
+                        <excludes>
+                            <exclude>io.netty:netty-codec-*-quic</exclude>
+                            
<exclude>io.netty:netty-resolver-dns-*-macos</exclude>
+                            
<exclude>io.netty:netty-tcnative-boringssl-static:*:osx-*</exclude>
+                            
<exclude>io.netty:netty-tcnative-boringssl-static:*:windows-*</exclude>
+                            
<exclude>io.netty:netty-transport-*-kqueue</exclude>
+                            
<exclude>io.netty:netty-transport-*-io_uring</exclude>
+                            
<exclude>io.netty:netty-transport-native-epoll:*:linux-riscv64</exclude>
+                        </excludes>

Review Comment:
   @turboFei we can't do that.
   
   currently, kyuubi pulls a few netty deps from jetcd, which uses gRPC and 
thus depends on grpc-netty. spark uses more netty deps for internal rpc



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