laurentgo opened a new issue, #44564: URL: https://github.com/apache/arrow/issues/44564
### Describe the bug, including details regarding any error messages, version, and platform. The netty native libraries shipped with the FlightSQL JDBC driver are relocated to avoid a conflict with existing libraries present in the classpath, but the relocation prefix is incorrect and prevent Netty to actually load them (or possibly load different libraries than the ones shipped with the driver) Current prefix is `oaadj` but for Netty to correctly detect relocation prefix should match the one used by Netty `NativeLibaryLoader` class (with `.` replaced with `_` as explained at https://github.com/netty/netty/blob/047bdfe4860c077f5f4318742d6427d0f84c5c3a/common/src/main/java/io/netty/util/internal/NativeLibraryLoader.java#L138) ### Component(s) Java -- 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]
