[
https://issues.apache.org/jira/browse/DRILL-6544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16616801#comment-16616801
]
ASF GitHub Bot commented on DRILL-6544:
---------------------------------------
arina-ielchiieva commented on issue #1449: DRILL-6544: Timestamp value in Drill
UI showed inconsistently with th…
URL: https://github.com/apache/drill/pull/1449#issuecomment-421795111
Merged into master with commit id 12af476247789a1decba8d4c715bd6c41d6690e8.
----------------------------------------------------------------
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]
> Allow timestamp / date / time formatting when displaying on Web UI
> ------------------------------------------------------------------
>
> Key: DRILL-6544
> URL: https://issues.apache.org/jira/browse/DRILL-6544
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Anton Gozhiy
> Assignee: Anton Gozhiy
> Priority: Major
> Labels: doc-impacting, ready-to-commit
> Fix For: 1.15.0
>
>
> *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
> *For documentation*
> Three new session options are added:
> web.display_format.timestamp
> web.display_format.time
> web.display_format.date
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)