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 2014/12/06 15:32:12 UTC

[jira] [Commented] (TAJO-1234) Rearrange timezone in date/time types

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

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

GitHub user hyunsik opened a pull request:

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

    TAJO-1234: Rearrange timezone in date/time types.

    

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

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

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

    https://github.com/apache/tajo/pull/290.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 #290
    
----
commit 9e24edbfbaa75bcb7aae1b83e097450048b788bd
Author: Hyunsik Choi <hy...@apache.org>
Date:   2014-12-06T14:30:28Z

    TAJO-1234: Rearrange timezone in date/time types.

----


> Rearrange timezone in date/time types
> -------------------------------------
>
>                 Key: TAJO-1234
>                 URL: https://issues.apache.org/jira/browse/TAJO-1234
>             Project: Tajo
>          Issue Type: Bug
>          Components: data type, planner/optimizer
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Blocker
>             Fix For: 0.9.1
>
>
> Currently, the master branch causes unit test failures. It's because that some inconsistent timezone usages. The main purpose of this issue is to cleanup and rearrange timezone usages.
> I discussed this issue with [~jungjw] at 
>  * http://markmail.org/thread/qhsizgp2pnd6swjq
>  * http://markmail.org/message/3nqecl34l2ayxg2x
> I'll fix some parts as I mentioned in above mailing list threads.
> In sum, 
>  * Tajo will have only four points which consider timezone
>    * query statement 
>    * Input table
>    * text printout in TajoCli
>    * Casting from text to either time or timestamp
>   * All other parts have to deal with TIME and TIMESTAMP values as UTC value



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