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:02:00 UTC

[jira] [Updated] (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 updated KYLIN-3557:
--------------------------------
    Fix Version/s: v2.5.0
      Component/s: Metadata

> PreparedStatement should be closed in JDBCResourceDAO#checkTableExists
> ----------------------------------------------------------------------
>
>                 Key: KYLIN-3557
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3557
>             Project: Kylin
>          Issue Type: Bug
>          Components: Metadata
>            Reporter: Ted Yu
>            Assignee: Shaofeng SHI
>            Priority: Minor
>             Fix For: v2.5.0
>
>
> {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)