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)