jnturton commented on issue #2882:
URL: https://github.com/apache/drill/issues/2882#issuecomment-1968836831

   I see, I'm learning things here! The advantages of drill-jdbc-all are
   
   - simpler distribution (a single "fat" jar)
   - smaller distribution (the fat jar is trimmed as much as possible)
   - less likelihood of classpath conflicts (various popular packages get 
relocated in the fat jar).
   
   JDBC drivers aren't normally made compile time dependencies since user 
programs only access the public JDBC API. Are setting the dependency to 
`<scope>runtime</scope>` in your pom.xml?


-- 
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: dev-unsubscr...@drill.apache.org

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

Reply via email to