[
https://issues.apache.org/jira/browse/KYLIN-5355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17648360#comment-17648360
]
ASF subversion and git services commented on KYLIN-5355:
--------------------------------------------------------
Commit 0e83e2291af1de9632e822405fed5cd6b8ea3fc0 in kylin's branch
refs/heads/kylin5 from fanshu.kong
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=0e83e2291a ]
KYLIN-5355 support constant query like `select max(1) from t`
Co-authored-by: fanshu.kong <[email protected]>
> Support constant aggregate on a table
> -------------------------------------
>
> Key: KYLIN-5355
> URL: https://issues.apache.org/jira/browse/KYLIN-5355
> Project: Kylin
> Issue Type: Improvement
> Components: Query Engine
> Affects Versions: 5.0-alpha
> Reporter: pengfei.zhan
> Assignee: pengfei.zhan
> Priority: Major
> Fix For: 5.0-alpha
>
>
> At present, KYLIN supports some constant aggregate as below.
> {code:sql}
> select sum(1), min(1), max(1);
> {code}
> However, this kind of constant aggregate as below doesn't support query by
> model.
> {code:sql}
> select sum(1), min(1), max(1) from table;
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)