You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Mehant Baid (JIRA)" <ji...@apache.org> on 2014/06/10 21:07:02 UTC

[jira] [Updated] (DRILL-944) Adding 2 times is spilling over to the next day when the result is greater than 24 hours

     [ https://issues.apache.org/jira/browse/DRILL-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mehant Baid updated DRILL-944:
------------------------------

    Component/s:     (was: Execution - Operators)
                 Functions - Drill

> Adding 2 times is spilling over to the next day when the result is greater than 24 hours
> ----------------------------------------------------------------------------------------
>
>                 Key: DRILL-944
>                 URL: https://issues.apache.org/jira/browse/DRILL-944
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>            Reporter: Rahul Challapalli
>
> git.commit.id.abbrev=3db1d5a
> Query : select time '04:00:00' + interval '23:00:00' hour to second from basic limit 1;
> Drill Result : 1970-01-02T03:00:00.000Z
> Postgres Result : 03:00:00
> From the above drill result, we are spilling to the next day. (The date part is not required at all)



--
This message was sent by Atlassian JIRA
(v6.2#6252)