You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Vladimir Sitnikov (JIRA)" <ji...@apache.org> on 2018/09/20 13:05:00 UTC

[jira] [Created] (CALCITE-2581) RexSimplify: and(nullBool, not(or(nullBool, vBool(1)))) fails with assertion error

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)