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/21 16:24:00 UTC

[jira] [Created] (KYLIN-3575) Unclosed Connection in DriverTest

Ted Yu created KYLIN-3575:
-----------------------------

             Summary: Unclosed Connection in DriverTest
                 Key: KYLIN-3575
                 URL: https://issues.apache.org/jira/browse/KYLIN-3575
             Project: Kylin
          Issue Type: Bug
            Reporter: Ted Yu


In testCalciteProps :
{code}
        KylinConnection conn = (KylinConnection) driver.connect("jdbc:kylin:test_url/test_db", props);
{code}
The connection should be closed upon return.



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