[
https://issues.apache.org/jira/browse/KYLIN-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16728130#comment-16728130
]
Zhong Yanghong commented on KYLIN-3005:
---------------------------------------
Seems it's been deleted and there's no impact.
> 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)