Ted Yu created KYLIN-3574:
-----------------------------
Summary: Unclosed lookup table in
DictionaryGeneratorCLI#processSegment
Key: KYLIN-3574
URL: https://issues.apache.org/jira/browse/KYLIN-3574
Project: Kylin
Issue Type: Bug
Reporter: Ted Yu
Here is related code:
{code}
JoinDesc join =
cubeSeg.getModel().getJoinsTree().getJoinByPKSide(lookup);
cubeMgr.getLookupTable(cubeSeg, join);
{code}
The returned lookup table should be closed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
