Ted Yu created KYLIN-3082:
-----------------------------
Summary: Close of GTBuilder should be placed in finally block in
InMemCubeBuilder
Key: KYLIN-3082
URL: https://issues.apache.org/jira/browse/KYLIN-3082
Project: Kylin
Issue Type: Bug
Reporter: Ted Yu
Priority: Minor
{code}
baseBuilder.write(r);
count++;
}
aggregationScanner.close();
baseBuilder.close();
{code}
Since write() call may produce IOE, the close() call should be placed in
finally block.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)