avantgardnerio commented on code in PR #13900:
URL: https://github.com/apache/arrow/pull/13900#discussion_r947176871


##########
java/flight/flight-jdbc-driver/pom.xml:
##########
@@ -220,8 +224,9 @@
                                     <pattern>org.</pattern>
                                     <shadedPattern>cfjd.org.</shadedPattern>
                                     <excludes>
-                                        
<exclude>org.apache.arrow.driver.jdbc.**</exclude>
+                                        <exclude>org.apache.arrow.**</exclude>
                                         <exclude>org.slf4j.**</exclude>
+                                        
<exclude>org.apache.calcite.**</exclude>

Review Comment:
   Excluding these from shade allowed me to attach a debugger while running the 
shaded jar from DataGrip, solving some problems I couldn't re-create in junit 
tests.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to