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 subversion and git services (Jira)" <ji...@apache.org> on 2022/04/19 02:30:00 UTC

[jira] [Commented] (KYLIN-5152) Support boolean expression on where clause

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

ASF subversion and git services commented on KYLIN-5152:
--------------------------------------------------------

Commit a56732e8bdc55a45c9bffff015bd6a19f6832196 in kylin's branch refs/heads/kylin-soft-affinity-local-cache from hujiahua
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=a56732e8bd ]

[KYLIN-5152] support boolean expression on where clause


> Support boolean expression on where clause 
> -------------------------------------------
>
>                 Key: KYLIN-5152
>                 URL: https://issues.apache.org/jira/browse/KYLIN-5152
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Query Engine
>    Affects Versions: v4.0.1
>            Reporter: hujiahua
>            Priority: Minor
>
> Current the following SQL will fail because true expressions was not supportted on where clause.
> {code:java}
> select SELLER_ID,sum(PRICE) from KYLIN_SALES where TURE and PART_DT = '2012-01-01'  GROUP BY SELLER_ID {code}
> In some case, calcite will converts the filter expression of the where clause into a true expression. So I think we better support this.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)