jnturton commented on issue #2882: URL: https://github.com/apache/drill/issues/2882#issuecomment-1971414450
> Currently we are working with a DrillConnection unwrapped from a call to DriverManager.getConnection. On this DrillConnection we call getClient(). Is there a difference in obtaining a DrillClient via jdbc? This sounds like it should work - let me know! > how important are these patchers for the latest java / drill versions? We actually recently eliminated Drill's patched Guava in the master branch (see #2827). Whether any code paths followed in JDBC driver would have touched patching would need analysis but if you're happy to work from a development release for a bit then you could could develop against 1.22.0-SNAPSHOT instead of 1.21.1. You shouldn't need to upgrade your Drill server, the 1.22.0-SNAPSHOT JDBC driver _should_ be compatible with 1.21.1 (or what you've got, so long as it's not too old). https://repository.apache.org/content/repositories/snapshots/org/apache/drill/ -- 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