You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/04/17 00:56:27 UTC

[jira] [Closed] (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 ]

Rahul Challapalli closed DRILL-944.
-----------------------------------

Verified!

> 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
>            Assignee: DrillCommitter
>             Fix For: 0.4.0
>
>         Attachments: DRILL-944.patch
>
>
> 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.3.4#6332)