You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Runkang He (Jira)" <ji...@apache.org> on 2023/06/26 00:34:00 UTC

[jira] [Updated] (CALCITE-5798) '(1 < x) IS NOT TRUE' when x is not nullable should be simplified to '1 >= x'

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

Runkang He updated CALCITE-5798:
--------------------------------
    Summary: '(1 < x) IS NOT TRUE' when x is not nullable should be simplified to '1 >= x'  (was: '(10 < x) IS NOT TRUE' when x is not nullable should be simplified to '10 >= x')

> '(1 < x) IS NOT TRUE' when x is not nullable should be simplified to '1 >= x'
> -----------------------------------------------------------------------------
>
>                 Key: CALCITE-5798
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5798
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.34.0
>            Reporter: Runkang He
>            Assignee: Runkang He
>            Priority: Major
>
> Currently '(1 < x) IS NOT TRUE' when pulled up predicates contain 'x IS NOT NULL' is not simplified, and keeps it as it is.
>  
> It can and should be simplified to '1 >= x', which is more concise and useful for further simplification, such as CALCITE-5780
>  
> Note that this Jira is splited from CALCITE-5780, which makes this part of codes more clear, and follows the principle that a Jira only discusses one issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)