You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "hongbin ma (JIRA)" <ji...@apache.org> on 2016/08/29 10:15:20 UTC

[jira] [Created] (KYLIN-1981) PK/FK derived will break for left join in some cases

hongbin ma created KYLIN-1981:
---------------------------------

             Summary: PK/FK derived will break for left join in some cases
                 Key: KYLIN-1981
                 URL: https://issues.apache.org/jira/browse/KYLIN-1981
             Project: Kylin
          Issue Type: Bug
            Reporter: hongbin ma
            Assignee: hongbin ma


for left join cubes. suppose A is the FK in fact table, and B is the PK in lookup table. query like below will end up with "more" results

select B, count(*) from fact left join lookup group by B



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)