Jess Balint created CALCITE-4245:
------------------------------------

             Summary: Expression reduction regression
                 Key: CALCITE-4245
                 URL: https://issues.apache.org/jira/browse/CALCITE-4245
             Project: Calcite
          Issue Type: Bug
    Affects Versions: 1.25.0
            Reporter: Jess Balint


this re-appeared at some point after 1.21 and it's the same case as before:

RexSimplify is transforming

{{OR(AND(>(999, $8), =($2, 'Franklin')), <(100, $8))}}
to {{OR(=($2, 'Franklin'), <(100, $8))}}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to