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

Zhen Wang edited comment on CALCITE-7425 at 3/2/26 9:14 AM:
------------------------------------------------------------

[~jensen]  A more intuitive cast: we should ensure that:
{code:java}
assertTrue(SqlStdOperatorTable.BETWEEN.not().equals(SqlStdOperatorTable.NOT_BETWEEN));
 {code}


was (Author: wforget):
A more intuitive cast: We should ensure that: 
assertTrue(SqlStdOperatorTable.BETWEEN.not().equals(SqlStdOperatorTable.NOT_BETWEEN));

> The logic of the `SqlBetweenOperator#not` method is incorrect.
> --------------------------------------------------------------
>
>                 Key: CALCITE-7425
>                 URL: https://issues.apache.org/jira/browse/CALCITE-7425
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.41.0
>            Reporter: Zhen Wang
>            Priority: Major
>              Labels: pull-request-available
>
> While reading the `SqlBetweenOperator` code, I found that the logic of the 
> `SqlBetweenOperator#not` method is incorrect.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to