[
https://issues.apache.org/jira/browse/CALCITE-7443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18066884#comment-18066884
]
Mihai Budiu commented on CALCITE-7443:
--------------------------------------
We actually should use a CHECKED_MULTIPLY.
> Incorrect simplification for large interval
> -------------------------------------------
>
> Key: CALCITE-7443
> URL: https://issues.apache.org/jira/browse/CALCITE-7443
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.41.0
> Reporter: Mihai Budiu
> Priority: Minor
>
> The following passes as a quidem test:
> {code:java}
> SELECT INTERVAL 2147483647 years;
> +--------+
> | EXPR$0 |
> +--------+
> | -1 |
> +--------+
> (1 row)
> !ok{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)