[
https://issues.apache.org/jira/browse/TAJO-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyunsik Choi updated TAJO-1913:
-------------------------------
Fix Version/s: 0.12.0
> 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, 0.12.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)