You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "hongbin ma (JIRA)" <ji...@apache.org> on 2016/11/01 01:54:58 UTC

[jira] [Commented] (KYLIN-2138) Unclosed ResultSet in BeelineHiveClient

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

hongbin ma commented on KYLIN-2138:
-----------------------------------

thanks Ted
working on this

> Unclosed ResultSet in BeelineHiveClient
> ---------------------------------------
>
>                 Key: KYLIN-2138
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2138
>             Project: Kylin
>          Issue Type: Bug
>    Affects Versions: v1.6.0
>            Reporter: Ted Yu
>            Assignee: hongbin ma
>            Priority: Minor
>             Fix For: v1.6.0
>
>
> There're several places where ResultSet is not closed upon return from the methods.
> e.g. in getHiveDbNames() :
> {code}
>         ResultSet schemas = metaData.getSchemas();
> {code}



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