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:23:00 UTC

[jira] [Created] (KYLIN-3574) Unclosed lookup table in DictionaryGeneratorCLI#processSegment

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)