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

[jira] [Resolved] (KYLIN-3005) getAllDictColumnsOnFact in CubeManager may include fact table's foreign key

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

Zhong Yanghong resolved KYLIN-3005.
-----------------------------------
    Resolution: Not A Problem

> getAllDictColumnsOnFact in CubeManager may include fact table's foreign key
> ---------------------------------------------------------------------------
>
>                 Key: KYLIN-3005
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3005
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: Zhong Yanghong
>            Assignee: Zhong Yanghong
>            Priority: Trivial
>             Fix For: v2.6.0
>
>
> Suppose there are two tables, FA & FL. In a model, there are two joins: FA inner join FL(alias FL1, without snapshot), FA inner join FL(alias FL2, with snapshot). The join conditions are the same, FA.colA = FL.colL.
> In this case, when the returns from {{getTable()}} of both FL1.colL & FL2.colL are FL which is regarded as fact table. This finally results in the return from {{getAllDictColumnsOnFact()}} in {{CubeManager}} include the fact table's foreign key, FA.colA.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)