You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2019/12/27 07:42:00 UTC

[jira] [Created] (FLINK-15420) Cast string to timestamp will loose precision

Jingsong Lee created FLINK-15420:
------------------------------------

             Summary: Cast string to timestamp will loose precision
                 Key: FLINK-15420
                 URL: https://issues.apache.org/jira/browse/FLINK-15420
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Planner
            Reporter: Jingsong Lee
             Fix For: 1.10.0


{code:java}
cast('2010-10-14 12:22:22.123456' as timestamp(9))
{code}
Will produce "2010-10-14 12:22:22.123" in blink planner, this should not happen.



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