[
https://issues.apache.org/jira/browse/KYLIN-2975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16224293#comment-16224293
]
Dong Li commented on KYLIN-2975:
--------------------------------
Thanks Ted.
Also there's a typo in the classname, should be QueryACLTestUtil.
> Unclosed Statement in test
> --------------------------
>
> Key: KYLIN-2975
> URL: https://issues.apache.org/jira/browse/KYLIN-2975
> Project: Kylin
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Shengping
> Priority: Minor
>
> Some Statement resource is not closed in tests.
> e.g. from QuerACLTestUtil.java :
> {code}
> Statement statement = conn.createStatement();
> return statement.executeQuery(sql);
> {code}
> The statement should be closed after use.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)