You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2015/05/07 07:01:03 UTC

[jira] [Created] (TAJO-1592) Invalid result after timestamp type cast

Jihoon Son created TAJO-1592:
--------------------------------

             Summary: Invalid result after timestamp type cast
                 Key: TAJO-1592
                 URL: https://issues.apache.org/jira/browse/TAJO-1592
             Project: Tajo
          Issue Type: Bug
            Reporter: Jihoon Son


See the title.
You can reproduce this bug as follows.
{noformat}
default> select '2015-05-07 13:54:54.470999'::timestamp;
?cast
-------------------------------
2015-05-07 22:54:54.470999
(1 rows, 0.005 sec, 0 B selected)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)