[
https://issues.apache.org/jira/browse/CALCITE-7019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952485#comment-17952485
]
xiong duan commented on CALCITE-7019:
-------------------------------------
Fixed in
[d96709c|https://github.com/apache/calcite/commit/d96709c4cc7ca962601317d0a70914ad95e306e1].
Thanks for the review [~caicancai] ,[~jensen] and [~dmsysolyatin] .
> Simplify 'NULL IN (20, 10)' to 'NULL'
> -------------------------------------
>
> Key: CALCITE-7019
> URL: https://issues.apache.org/jira/browse/CALCITE-7019
> Project: Calcite
> Issue Type: Bug
> Reporter: xiong duan
> Assignee: xiong duan
> Priority: Major
> Labels: pull-request-available
>
> The expression includes:
> {code:java}
> NULL in (20, 10) ==> NULL
> 10 in (NULL, NULL) ==> NULL{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)