You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2020/09/11 06:07:00 UTC

[jira] [Updated] (CALCITE-4245) Expression reduction regression

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

Julian Hyde updated CALCITE-4245:
---------------------------------
    Labels:   (was: regression)

> 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
>            Priority: Major
>
> 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)