Hyunsik Choi created TAJO-1186:
----------------------------------

             Summary: 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


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)

Reply via email to