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

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

     [ https://issues.apache.org/jira/browse/CALCITE-2581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Sitnikov resolved CALCITE-2581.
----------------------------------------
    Resolution: Fixed

Fixed in https://git-wip-us.apache.org/repos/asf?p=calcite.git;a=commit;h=56def3946d7e30706b2845464f7fc575c66e4694

> 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)