[
https://issues.apache.org/jira/browse/KYLIN-3712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16712376#comment-16712376
]
Chao Long commented on KYLIN-3712:
----------------------------------
Kylin upgraded calcite in version 2.5.2, you can try to upgrade your kylin to
version 2.5.2 and see if the issue still exists.
> kylin join 查询指标出现null 使用官方例子也出现null
> -----------------------------------
>
> Key: KYLIN-3712
> URL: https://issues.apache.org/jira/browse/KYLIN-3712
> Project: Kylin
> Issue Type: Bug
> Affects Versions: v2.5.1
> Environment: cdh6.0.1
> Reporter: 王振强
> Priority: Blocker
>
> select KYLIN_SALES.PART_DT, sum(KYLIN_SALES.PRICE) from KYLIN_SALES inner
> join KYLIN_ACCOUNT as TT on KYLIN_SALES.BUYER_ID = TT.ACCOUNT_ID where
> TT.ACCOUNT_COUNTRY = 'US' group by KYLIN_SALES.PART_DT
> KYLIN_SALES.PRICE 是null
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)