[
https://issues.apache.org/jira/browse/CALCITE-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16527206#comment-16527206
]
Julian Hyde commented on CALCITE-2359:
--------------------------------------
Reviewing now.
> 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
> Fix For: 1.17.0
>
>
> 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)