jbonofre commented on code in PR #937:
URL: https://github.com/apache/arrow-java/pull/937#discussion_r2652363377


##########
flight/flight-sql-jdbc-driver/pom.xml:
##########
@@ -101,6 +101,8 @@ under the License.
                   
<shadedPattern>org.apache.arrow.driver.jdbc.shaded.com.</shadedPattern>
                   <excludes>
                     <exclude>com.sun.**</exclude>
+                    <!-- zstd-jni uses JNI native methods bound to original 
class names -->
+                    <exclude>com.github.luben.**</exclude>

Review Comment:
   I have to check if the `LICENSE` should not be updated to reflect this 
exclude.



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