James Duong created CALCITE-2359:
------------------------------------
Summary: Inconsistent behavior when casting interval literals to
integer
Key: CALCITE-2359
URL: https://issues.apache.org/jira/browse/CALCITE-2359
Project: Calcite
Issue Type: Bug
Components: core
Affects Versions: 1.17.0
Reporter: James Duong
Assignee: Julian Hyde
Ensure casting intervals to integers always returns the result in terms
of the trailing unit.
Currently we have the following behavior:
- Casting a standalone day interval literal returns results in terms of the
field.
- Casting a standalone year interval literal returned results in terms of
months.
- Casting a day interval expression returned results in terms of milliseconds.
- Casting a year interval expression returned results in terms of months.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)