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 2014/06/10 20:23:02 UTC

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

Rahul Challapalli created DRILL-944:
---------------------------------------

             Summary: 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: Execution - Operators
            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)