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 2018/09/11 21:34:00 UTC

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

Ted Yu created KYLIN-3557:
-----------------------------

             Summary: 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


{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)