You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/04/08 18:15:25 UTC

[jira] [Created] (KYLIN-1574) Unclosed ResultSet in QueryService#getMetadata()

Ted Yu created KYLIN-1574:
-----------------------------

             Summary: Unclosed ResultSet in QueryService#getMetadata()
                 Key: KYLIN-1574
                 URL: https://issues.apache.org/jira/browse/KYLIN-1574
             Project: Kylin
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


{code}
            ResultSet JDBCTableMeta = metaData.getTables(null, null, null, null);
{code}
There is code in finally block to close columnMeta but the ResultSet is left unclosed.



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