[
https://issues.apache.org/jira/browse/CALCITE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde updated CALCITE-2359:
---------------------------------
Affects Version/s: (was: 1.17.0)
1.16.0
> 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.16.0
> Reporter: James Duong
> Assignee: Julian Hyde
> Priority: Major
>
> 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)