You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Marios Trivyzas (Jira)" <ji...@apache.org> on 2021/10/04 10:30:00 UTC

[jira] [Created] (FLINK-24446) Casting from STRING to TIMESTAMP_TZ looses fractional seconds

Marios Trivyzas created FLINK-24446:
---------------------------------------

             Summary: Casting from STRING to TIMESTAMP_TZ looses fractional seconds
                 Key: FLINK-24446
                 URL: https://issues.apache.org/jira/browse/FLINK-24446
             Project: Flink
          Issue Type: Sub-task
            Reporter: Marios Trivyzas


Currently the method *toTimestamp(str, tz)* from *SqlDateTimeUtils* doesn't accept more then 23 chars in the input and it also return a long which is the millis since epoch so the rest of the fractional secs are ignored.



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