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

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

     [ https://issues.apache.org/jira/browse/KYLIN-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaofeng SHI resolved KYLIN-2138.
---------------------------------
    Resolution: Fixed

> 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: Shaofeng SHI
>            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)