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

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

zhangayqian commented on pull request #1791:
URL: https://github.com/apache/kylin/pull/1791#issuecomment-1012805238


   LGTM


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to