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

[jira] [Commented] (KYLIN-3385) when the cube contain sum(1) measure, tables in "Query" page cannot be load

    [ https://issues.apache.org/jira/browse/KYLIN-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16566496#comment-16566496 ] 

ASF GitHub Bot commented on KYLIN-3385:
---------------------------------------

vaful opened a new pull request #184: KYLIN-3385 fix sum1 error
URL: https://github.com/apache/kylin/pull/184
 
 
   minor, format code

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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