You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "anjali shrishrimal (Jira)" <ji...@apache.org> on 2020/03/05 09:10:00 UTC

[jira] [Created] (CALCITE-3842) Simplification of OR condition is based on order of operands.

anjali shrishrimal created CALCITE-3842:
-------------------------------------------

             Summary: Simplification of OR condition is based on order of operands.
                 Key: CALCITE-3842
                 URL: https://issues.apache.org/jira/browse/CALCITE-3842
             Project: Calcite
          Issue Type: Bug
          Components: core
            Reporter: anjali shrishrimal


RexSimplify simplifies :
{noformat}
(a <= 10) OR (a <= 1)  -->   a <= 10{noformat}
but does not simplify 
{noformat}
(a <= 1) OR (a <= 10) {noformat}
 



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