[ 
https://issues.apache.org/jira/browse/TAJO-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946309#comment-14946309
 ] 

Hudson commented on TAJO-1913:
------------------------------

SUCCESS: Integrated in Tajo-0.11.0-build #90 (See 
[https://builds.apache.org/job/Tajo-0.11.0-build/90/])
TAJO-1913: Timezone does not affect the constant folding. (hyunsik: rev 
c54d27568c529b60f6bf9ddc5ff50b8d54a048f2)
* CHANGES
* tajo-core/src/main/java/org/apache/tajo/engine/query/QueryContext.java
* tajo-core-tests/src/test/java/org/apache/tajo/cli/tsql/TestTajoCli.java
* tajo-core-tests/src/test/java/org/apache/tajo/engine/query/TestTimezone.java


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

Reply via email to