[
https://issues.apache.org/jira/browse/CALCITE-6835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiong duan reassigned CALCITE-6835:
-----------------------------------
Assignee: xiong duan
> Invalid unparse for IS TRUE,IS FALSE,IS NOT TRUE and IS NOT FALSE in
> StarRocksDialect
> -------------------------------------------------------------------------------------
>
> Key: CALCITE-6835
> URL: https://issues.apache.org/jira/browse/CALCITE-6835
> Project: Calcite
> Issue Type: Bug
> Reporter: xiong duan
> Assignee: xiong duan
> Priority: Major
>
> The SQL:
> {code:java}
> // SKIPPED is Boolean Type
> select SKIPPED is not true from be_cloud_native_compactions;
> select * from be_cloud_native_compactionswhere SKIPPED is NOT true. {code}
> throws exception:
> {code:java}
> (conn=152) Getting syntax error at line 1, column 22. Detail message:
> Unexpected input 'true', the most similar input is {'NULL'}. {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)