David Mollitor created HIVE-23346: ------------------------------------- Summary: Hive is Using o.a.c dbcp2 From hive-druid-handler JAR Key: HIVE-23346 URL: https://issues.apache.org/jira/browse/HIVE-23346 Project: Hive Issue Type: Improvement Reporter: David Mollitor
{code:none} at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:122) ~[hive-druid-handler-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT] at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:122) ~[hive-druid-handler-4.0.0-SNAPSHOT.jar:4.0.0-SNAPSHOT] {code} This doesn't seem correct. Should be pulling from the dbcp2 JAR file itself. -- This message was sent by Atlassian Jira (v8.3.4#803005)