xiong duan created CALCITE-6835:
-----------------------------------
Summary: 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
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)