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

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

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

ASF GitHub Bot commented on TAJO-1913:
--------------------------------------

GitHub user hyunsik opened a pull request:

    https://github.com/apache/tajo/pull/810

    TAJO-1913: Timezone does not affect the constant folding.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hyunsik/tajo TAJO-1913

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/810.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #810
    
----
commit 8c9b651c924e951fce1b75e9f22c88db52885607
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-10-07T00:06:44Z

    TAJO-1913: Timezone does not affect the constant folding.

----


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