[
https://issues.apache.org/jira/browse/KYLIN-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834932#comment-17834932
]
pengfei.zhan commented on KYLIN-5782:
-------------------------------------
The sql to reproduce problem
{code:sql}
select count(*) from
KYLIN_SALES t1 inner join KYLIN_CAL_DT t2
on t1.part_dt = t2.cal_dt and t1.part_dt = t2.month_beg_dt
group by t1.part_dt
limit 10{code}
> Duplicated join keys result empty query result
> ----------------------------------------------
>
> Key: KYLIN-5782
> URL: https://issues.apache.org/jira/browse/KYLIN-5782
> Project: Kylin
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 5.0-beta
> Reporter: pengfei.zhan
> Assignee: pengfei.zhan
> Priority: Major
> Fix For: 5.0-beta
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)