[
https://issues.apache.org/jira/browse/CALCITE-2581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde updated CALCITE-2581:
---------------------------------
Fix Version/s: 1.18.0
> 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
> Fix For: 1.18.0
>
>
> 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)