You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2018/08/08 05:56:00 UTC

[jira] [Resolved] (KYLIN-3385) Error when have sum(1) measure

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

Shaofeng SHI resolved KYLIN-3385.
---------------------------------
    Resolution: Fixed

> Error when have sum(1) measure
> ------------------------------
>
>                 Key: KYLIN-3385
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3385
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Yifei Wu
>            Assignee: Yifei Wu
>            Priority: Major
>             Fix For: v2.5.0
>
>         Attachments: 0001-KYLIN-3385-fix-sum-1.patch
>
>
> In the current version,  the sum(1), equals with count(*) actually, is allowed to add to cube Measures.
> However, if you add, it will cause some errors, such as tables in "Query" page cannot be load and the query like this cannot run.
> {code:java}
> select sum(1) from kylin_fact
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)