laurentgo opened a new issue, #40878:
URL: https://github.com/apache/arrow/issues/40878

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The Arrow FlightSQL JDBC driver is not shaded properly and may cause 
conflicts with other dependencies:
   * the pom.xml file published on Maven Central declares several runtime 
dependencies although the driver is supposed to be self contained
   * some of the dependencies are not relocated properly and may conflict with 
other packages
   
   Currently the driver contains the following non-relocated files:
   * proto source files
   * javax annotations
   * bytebuddy classes
   * codegen source files
   
   ### 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]

Reply via email to