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

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

shaofengshi commented on issue #184: KYLIN-3385 fix sum1 error
URL: https://github.com/apache/kylin/pull/184#issuecomment-410576923
 
 
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) 
on project kylin-core-cube: Compilation failure: Compilation failure:
   [ERROR] 
/Users/shaofeng.shi/workspace/kylin-15/core-cube/src/main/java/org/apache/kylin/cube/model/validation/rule/FunctionRule.java:[104,31]
 错误: 程序包TopNMeasureType不存在
   [ERROR] 
/Users/shaofeng.shi/workspace/kylin-15/core-cube/src/main/java/org/apache/kylin/cube/model/validation/rule/FunctionRule.java:[111,45]
 错误: 找不到符号
   [ERROR]   符号:   变量 Lists

----------------------------------------------------------------
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:
us...@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)

Reply via email to