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)

Reply via email to