You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Chris Drome (JIRA)" <ji...@apache.org> on 2013/03/27 10:05:15 UTC

[jira] [Created] (HIVE-4236) JDBC2 HivePreparedStatement does not release resources

Chris Drome created HIVE-4236:
---------------------------------

             Summary: JDBC2 HivePreparedStatement does not release resources
                 Key: HIVE-4236
                 URL: https://issues.apache.org/jira/browse/HIVE-4236
             Project: Hive
          Issue Type: Bug
          Components: HiveServer2, JDBC
    Affects Versions: 0.11.0
            Reporter: Chris Drome


HivePreparedStatement does not close the associated server-side operation when close() is called. Nor does it call close() on the ResultSet. When execute() is called the current ResultSet is not closed first it is just set to null.

Similarly, HiveStatement's close() does not call close() on the ResultSet, it just sets it to null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira