You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/11/17 11:40:34 UTC

[jira] [Assigned] (TAJO-1186) Table should have timezone as an table property

     [ https://issues.apache.org/jira/browse/TAJO-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyunsik Choi reassigned TAJO-1186:
----------------------------------

    Assignee: Hyunsik Choi

> Table should have timezone as an table property
> -----------------------------------------------
>
>                 Key: TAJO-1186
>                 URL: https://issues.apache.org/jira/browse/TAJO-1186
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>              Labels: timezone
>
> Currently, Tajo allows only a single global timezone. But, different tables can have different timezones, especially in external tables. Current design does not support this case. So, I propose the timezone table property. We will set the property as follows:
> {noformat}
> CREATE EXTERNAL TABLE T1 (col1 TEXT, col2 TIMESTAMP) WITH ('timezone' = 'Asia/Seoul');
> {noformat}



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