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

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

SUCCESS: Integrated in Tajo-master-build #924 (See 
[https://builds.apache.org/job/Tajo-master-build/924/])
TAJO-1913: Timezone does not affect the constant folding. (hyunsik: rev 
1e149127d814b2d3f60b126238d702ca500a0c61)
* CHANGES
* tajo-core-tests/src/test/java/org/apache/tajo/engine/query/TestTimezone.java
* tajo-core-tests/src/test/java/org/apache/tajo/cli/tsql/TestTajoCli.java
* tajo-core/src/main/java/org/apache/tajo/engine/query/QueryContext.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