You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "XiaoXiang Yu (JIRA)" <ji...@apache.org> on 2018/09/25 01:26:00 UTC

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

     [ https://issues.apache.org/jira/browse/KYLIN-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

XiaoXiang Yu reassigned KYLIN-3574:
-----------------------------------

    Assignee: XiaoXiang Yu

> 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
>            Assignee: XiaoXiang Yu
>            Priority: Minor
>             Fix For: v2.4.2, v2.5.1
>
>
> 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)