xinyiZzz commented on issue #43491: URL: https://github.com/apache/arrow/issues/43491#issuecomment-2259880498
> Apache Arrow Java library uses Netty and the version can be found in the pom. If this is used with a thirdparty project which already uses a particular Netty version, then maybe such issues could occur. But it should be possible to try something like `exclusion` when managing dependencies. Thanks for your reply, Netty version in Arrow 15.0.2 pom is 4.1.104.Final, which is the same as the Netty version in my project, so the above error is confusing. ``` <dep.netty-bom.version>4.1.104.Final</dep.netty-bom.version> ``` -- 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]
