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)