You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "王振强 (JIRA)" <ji...@apache.org> on 2018/12/07 03:49:00 UTC

[jira] [Updated] (KYLIN-3712) kylin join 查询指标出现null 使用官方例子也出现null

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

王振强 updated KYLIN-3712:
-----------------------
    Priority: Blocker  (was: Major)

> 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)