You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Mala Chikka Kempanna (JIRA)" <ji...@apache.org> on 2015/05/16 00:30:00 UTC

[jira] [Created] (HIVE-10732) Hive JDBC driver does not close operation for metadata queries

Mala Chikka Kempanna created HIVE-10732:
-------------------------------------------

             Summary: Hive JDBC driver does not close operation for metadata queries
                 Key: HIVE-10732
                 URL: https://issues.apache.org/jira/browse/HIVE-10732
             Project: Hive
          Issue Type: Bug
          Components: JDBC
            Reporter: Mala Chikka Kempanna



In following file
http://github.mtv.cloudera.com/CDH/hive/blob/cdh5-0.14.1/jdbc/src/java/org/apache/hive/jdbc/HiveQueryResultSet.java

Line 315 implemented the ResultSet.close() method. Because "DatabaseMetadata" operation doesn't have a statement, it doesn't "close" the operation. However, regardless whether it has a statement or not, it should close the operation through the "stmtHandle".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)