[
https://issues.apache.org/jira/browse/CALCITE-2581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16623252#comment-16623252
]
pengzhiwei commented on CALCITE-2581:
-------------------------------------
I have made a PR for this issue,please take a look!
> RexSimplify: and(nullBool, not(or(nullBool, vBool(1)))) fails with assertion
> error
> ----------------------------------------------------------------------------------
>
> Key: CALCITE-2581
> URL: https://issues.apache.org/jira/browse/CALCITE-2581
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.17.0
> Reporter: Vladimir Sitnikov
> Assignee: Julian Hyde
> Priority: Major
> Labels: newbie
>
> and(nullBool, not(or(nullBool, vBool(1))))
> java.lang.AssertionError: result mismatch:
> when applied to {?0.bool1=true}, AND(null, NOT(OR(null, ?0.bool1))) yielded
> false, and AND(null, true) yielded NULL
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)