Thejas M Nair created HIVE-11516: ------------------------------------ Summary: Fix JDBC compliance issues Key: HIVE-11516 URL: https://issues.apache.org/jira/browse/HIVE-11516 Project: Hive Issue Type: Bug Components: HiveServer2, JDBC Reporter: Thejas M Nair
There are several methods in JDBC driver implementation that still throw UnSupportedException. This and other jdbc spec non compliant behavior causes issues when JDBC driver is used with external tools and libraries. For example, Jmeter calls HiveStatement.setQueryTimeout and this was resulting in an exception. HIVE-10726 makes it possible to have a workaround for this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)