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

Yifei Wu updated KYLIN-3385:
----------------------------
    Description: 
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}

  was:
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 also be not right.
{code:java}
select sum(1) from kylin_fact
{code}


> when the cube contain sum(1) measure, tables in "Query" page cannot be load
> ---------------------------------------------------------------------------
>
>                 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
>
> 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)

Reply via email to