You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Vladislav Protsenko (Jira)" <ji...@apache.org> on 2021/01/20 14:36:00 UTC

[jira] [Created] (FLINK-21055) Allow TIMESTAMP WITH LOCAL TIME ZONE (Instant) to be rowtime

Vladislav Protsenko created FLINK-21055:
-------------------------------------------

             Summary: Allow TIMESTAMP WITH LOCAL TIME ZONE (Instant) to be rowtime
                 Key: FLINK-21055
                 URL: https://issues.apache.org/jira/browse/FLINK-21055
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / Planner, Table SQL / Runtime
            Reporter: Vladislav Protsenko


Currently, when trying to use Instants as "columns" in SQL as rowtime, planner fails to validate graph with the following exception:

The rowtime attribute can only replace a field with a valid time type, such as Timestamp or Long. But was: Instant

I think Instant is a more useful time type than Timestamp or Long, so it would be great if that was supported.



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