[ 
https://issues.apache.org/jira/browse/HIVE-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13629359#comment-13629359
 ] 

Hudson commented on HIVE-4236:
------------------------------

Integrated in Hive-trunk-h0.21 #2056 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/2056/])
    HIVE-4236 - Clean up remaining items in hive/hcatalog/historical/trunk 
(gates) (Revision 1466576)

     Result = ABORTED
gates : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1466576
Files : 
* /hive/trunk/hcatalog
* /hive/trunk/hcatalog/README.txt
* /hive/trunk/hcatalog/historical/trunk
* /hive/trunk/hcatalog/historical/trunk/KEYS
* /hive/trunk/hcatalog/historical/trunk/LICENSE.txt
* /hive/trunk/hcatalog/historical/trunk/NOTICE.txt
* /hive/trunk/hcatalog/historical/trunk/README.txt
* /hive/trunk/hcatalog/historical/trunk/RELEASE_NOTES.txt
* /hive/trunk/hcatalog/historical/trunk/build.xml
* /hive/trunk/hcatalog/historical/trunk/license
* /hive/trunk/hcatalog/historical/trunk/src

                
> 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
>            Assignee: Chris Drome
>             Fix For: 0.11.0
>
>         Attachments: HIVE-4236.patch
>
>
> 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

Reply via email to