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 2016/11/17 22:59:58 UTC

[jira] [Created] (KYLIN-2208) Unclosed FileReader in HiveCmdBuilder#build()

Ted Yu created KYLIN-2208:
-----------------------------

             Summary: Unclosed FileReader in HiveCmdBuilder#build()
                 Key: KYLIN-2208
                 URL: https://issues.apache.org/jira/browse/KYLIN-2208
             Project: Kylin
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


{code}
                if (logger.isDebugEnabled()) {
                    logger.debug("The SQL to execute in beeline: \n" + IOUtils.toString(new FileReader(tmpHql)));
{code}
FileReader should be closed upon return from the method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)