Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-2581

RexSimplify: and(nullBool, not(or(nullBool, vBool(1)))) fails with assertion error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.17.0
    • 1.18.0
    • core

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              julianhyde Julian Hyde
              vladimirsitnikov Vladimir Sitnikov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: