You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/28 17:13:00 UTC

[jira] [Commented] (DRILL-6544) Timestamp value in Drill UI showed inconsistently with the same value retrieved from sqline

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

ASF GitHub Bot commented on DRILL-6544:
---------------------------------------

agozhiy opened a new pull request #1449: DRILL-6544: Timestamp value in Drill UI showed inconsistently with th…
URL: https://github.com/apache/drill/pull/1449
 
 
   …e same value retrieved from sqline
   
   Added a formatting of timestamp values instead of just calling toString().

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Timestamp value in Drill UI showed inconsistently with the same value retrieved from sqline
> -------------------------------------------------------------------------------------------
>
>                 Key: DRILL-6544
>                 URL: https://issues.apache.org/jira/browse/DRILL-6544
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.14.0
>            Reporter: Anton Gozhiy
>            Assignee: Anton Gozhiy
>            Priority: Minor
>
> *Query:*
> {code:sql}
> select timestamp '2008-2-23 12:23:34' from (values(1));
> {code}
> *Expected result (from sqline):*
> 2008-02-23 12:23:34.0
> *Actual result (from Drill UI):*
> 2008-02-23T12:23:34



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)