[ https://issues.apache.org/jira/browse/KYLIN-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16569727#comment-16569727 ]
ASF subversion and git services commented on KYLIN-3385: -------------------------------------------------------- Commit 23ff19d4e4c095742f4efc6ae5472000193f5c14 in kylin's branch refs/heads/master from yifei.wu [ https://gitbox.apache.org/repos/asf?p=kylin.git;h=23ff19d ] KYLIN-3385 fix sum1 error > 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)