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

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

agozhiy commented on issue #1449: DRILL-6544: Timestamp value in Drill UI 
showed inconsistently with th…
URL: https://github.com/apache/drill/pull/1449#issuecomment-418355164
 
 
   Addressed the review comments. Added the following options to set the 
display format from a pattern:
   web.timestamp.display_format, 
   web.date.display_format, 
   web.time.display_format.
   @arina-ielchiieva, could you please review?

----------------------------------------------------------------
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:
[email protected]


> 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)

Reply via email to