Mihai Budiu created CALCITE-7443:
------------------------------------
Summary: 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
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)