You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "liyang (JIRA)" <ji...@apache.org> on 2017/10/02 09:53:01 UTC

[jira] [Updated] (KYLIN-2922) Query fails when a column is used as dimension and sum(column) at the same time

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

liyang updated KYLIN-2922:
--------------------------
    Fix Version/s: v2.3.0

> Query fails when a column is used as dimension and sum(column) at the same time
> -------------------------------------------------------------------------------
>
>                 Key: KYLIN-2922
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2922
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: liyang
>            Assignee: liyang
>             Fix For: v2.3.0
>
>
> A typical query of this kind is
> {code:sql}
> select sum(balance)
> from table
> where balance > 0
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)