You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2015/10/06 11:46:26 UTC

[jira] [Created] (TAJO-1913) Timezone does not affect the constant folding.

Hyunsik Choi created TAJO-1913:
----------------------------------

             Summary: Timezone does not affect the constant folding.
                 Key: TAJO-1913
                 URL: https://issues.apache.org/jira/browse/TAJO-1913
             Project: Tajo
          Issue Type: Bug
          Components: Expression, TajoMaster
            Reporter: Hyunsik Choi
            Assignee: Hyunsik Choi
             Fix For: 0.11.0


We can reproduction it as follows:
{noformat}
SET TIME ZONE TO 'GMT+9
select CAST('2015-08-12 14:00:00' AS timestamp); 
{noformat}
The query result must be '2015-08-12 14:00:00'. But, the result was '2015-08-12 23:00:00'.



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