pan3793 commented on PR #38596: URL: https://github.com/apache/spark/pull/38596#issuecomment-1311188998
This patch only suitable to master. - branch-3.2 and earlier use the fat netty-all, no issue; - branch-3.3 depends on netty 4.1.74, which claims `netty-tcnative-classes` as compile scope, we need to 1) explicitly exclude `netty-tcnative-classes` from netty, 2) or upgrade netty and apply this patch, 3) or leave it, since it's not a big deal; - master depends on netty 4.1.75+, which has the issue described by this PR; -- 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]
