You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2020/11/27 07:04:00 UTC

[jira] [Created] (FLINK-20387) Support column of TIMESTAMP WITH LOCAL ZONE TIME type as rowtime attribute

Jark Wu created FLINK-20387:
-------------------------------

             Summary: Support column of TIMESTAMP WITH LOCAL ZONE TIME type as rowtime attribute
                 Key: FLINK-20387
                 URL: https://issues.apache.org/jira/browse/FLINK-20387
             Project: Flink
          Issue Type: New Feature
          Components: Table SQL / API, Table SQL / Planner
            Reporter: Jark Wu


Currently, only {{TIMESTAMP}} type can be used as rowtime attribute. Would be better to support {{TIMESTAMP WITH LOCAL ZONE TIME}} as well.

As a workaround, users can cast the TIMESTAMP WITH LOCAL ZONE TIME  into TIMESTAMP, {{CAST(ts AS TIMESTAMP)}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)