[
https://issues.apache.org/jira/browse/FLINK-24446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther closed FLINK-24446.
--------------------------------
Fix Version/s: 1.15.0
Release Note: STRING to TIMESTAMP(_LTZ) casting now considers fractional
seconds. Before fractional seconds of any precision were ignored.
Resolution: Fixed
Fixed in master: 8e5220b288e49c99333a4bc8ef7e3d5d27193921
> Casting from STRING to TIMESTAMP_LTZ looses fractional seconds
> --------------------------------------------------------------
>
> Key: FLINK-24446
> URL: https://issues.apache.org/jira/browse/FLINK-24446
> Project: Flink
> Issue Type: Sub-task
> Reporter: Marios Trivyzas
> Assignee: Francesco Guardiani
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> 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.20.1#820001)