You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Danny Chen (Jira)" <ji...@apache.org> on 2019/11/10 01:11:00 UTC

[jira] [Commented] (CALCITE-3489) Adding day interval to timestamp returns incorrect value

    [ https://issues.apache.org/jira/browse/CALCITE-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16970989#comment-16970989 ] 

Danny Chen commented on CALCITE-3489:
-------------------------------------

Thanks, [~jbalint@gmail.com], we should keep the interval time unit same with the datatime type internally, can you fire a fix patch ?

> Adding day interval to timestamp returns incorrect value
> --------------------------------------------------------
>
>                 Key: CALCITE-3489
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3489
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.21.0
>            Reporter: Jess Balint
>            Priority: Major
>              Labels: correctness, datetime
>
> when adding day to timestamp, the day interval is not converted to ms, in the generated code I see "-2208944806000L + 2L;" where 2 is the number of days. same for hour/minute/second. the return value is the original timestamp (at least when represented as a string, perhaps the two ms are added to it)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)