You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Anton Gozhiy (JIRA)" <ji...@apache.org> on 2018/06/27 09:44:00 UTC

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

Anton Gozhiy created DRILL-6544:
-----------------------------------

             Summary: 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


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