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

[jira] [Commented] (FLINK-24415) Casting a STRING to a TIME() results in loss of fractional seconds

    [ https://issues.apache.org/jira/browse/FLINK-24415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423254#comment-17423254 ] 

Timo Walther commented on FLINK-24415:
--------------------------------------

We can close this issue. It is a duplicate of FLINK-17224. It is not a casting problem but a general shortcoming of the engine.

> Casting a STRING to a TIME() results in loss of fractional seconds
> ------------------------------------------------------------------
>
>                 Key: FLINK-24415
>                 URL: https://issues.apache.org/jira/browse/FLINK-24415
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Marios Trivyzas
>            Priority: Major
>
> *CAST('12:34:56.123456789')* 
> results in a an object like: LocalTime.of(12, 34, 56, 0), where all fractional seconds are lost



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