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 2017/06/06 20:17:18 UTC

[jira] [Created] (KYLIN-2658) Unclosed ResultSet in JdbcExplorer#loadTableMetadata()

Ted Yu created KYLIN-2658:
-----------------------------

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


{code}
        ResultSet rs = dbmd.getTables(null, database, table, null);
...
        rs = dbmd.getColumns(null, database, table, null);
{code}
rs is overwritten without closing the previous instance.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)