vvysotskyi opened a new pull request #1938: DRILL-7494: Unable to connect to Drill using JDBC driver when using custom authenticator URL: https://github.com/apache/drill/pull/1938 - Removed excluding `com.fasterxml.woodstox:woodstox-core` since it is used in Hadoop classes, for example in the `Configuration` class. - Fixed relocation pattern for `com.fasterxml.woodstox:woodstox-core` classes, since there wasn't package `com.fasterxml.woodstox`. - Replaced catching `Exception` with catching `Throwable` in `ConnectionMultiListener` since, for some cases, error may be thrown, for example, `NoClassDefFoundError` so it should be reported to the client correctly instead of hanging as it was before. - Added code to patch Guava for JDBC driver since Hadoop uses some methods from the new version absent in 1.19. - Added code to use the same class loader, which was used for loading patcher classes, for finding classes to patch instead of using system class loader since some clients use separate class loaders for loading and registering drivers. Jira - [DRILL-7494](https://issues.apache.org/jira/browse/DRILL-7494).
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services