Vladimir Sitnikov created CALCITE-2581: ------------------------------------------
Summary: 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 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)