[
https://issues.apache.org/jira/browse/DRILL-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011308#comment-14011308
]
Jacques Nadeau commented on DRILL-818:
--------------------------------------
Mehant, can you take a quick look at what is going on here? It seems like this
might either be a bug in the JDBC driver or a misuse.
> date_add returns only date for date + or - time
> -----------------------------------------------
>
> Key: DRILL-818
> URL: https://issues.apache.org/jira/browse/DRILL-818
> Project: Apache Drill
> Issue Type: Bug
> Components: Functions - Drill
> Reporter: Krystal
> Assignee: Mehant Baid
>
> git.commit.id.abbrev=2fad21d
> select date_add(to_date('05 Dec 2013', 'dd MMM YYYY'), interval '1 10:20:30'
> DAY to second) from voter where voter_id=10
> jdbc returns 2013-12-06
> From sqlline for the same query, it returns expected result of
> 2013-12-06T10:20:30.000-08:00
--
This message was sent by Atlassian JIRA
(v6.2#6252)