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:54:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16187824#comment-16187824 ] 

liyang commented on KYLIN-2922:
-------------------------------

Patch under review, will merge once review and IT pass.

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