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 2018/09/12 02:01:00 UTC

[jira] [Assigned] (KYLIN-3557) PreparedStatement should be closed in JDBCResourceDAO#checkTableExists

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

Shaofeng SHI reassigned KYLIN-3557:
-----------------------------------

    Assignee: Shaofeng SHI

> PreparedStatement should be closed in JDBCResourceDAO#checkTableExists
> ----------------------------------------------------------------------
>
>                 Key: KYLIN-3557
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3557
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Shaofeng SHI
>            Priority: Minor
>
> {code}
>                 final PreparedStatement ps = connection.prepareStatement(getCheckTableExistsSql(tableName));
>                 final ResultSet rs = ps.executeQuery();
> {code}
> {{ps}} should be closed upon return.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)