Description
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:
CREATE EXTERNAL TABLE T1 (col1 TEXT, col2 TIMESTAMP) WITH ('timezone' = 'Asia/Seoul');
Attachments
Issue Links
- relates to
-
TAJO-1234 Rearrange timezone in date/time types
- Resolved