You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/10/28 22:22:58 UTC

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

Ted Yu created KYLIN-2138:
-----------------------------

             Summary: Unclosed ResultSet in BeelineHiveClient
                 Key: KYLIN-2138
                 URL: https://issues.apache.org/jira/browse/KYLIN-2138
             Project: Kylin
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


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)