[
https://issues.apache.org/jira/browse/FLINK-15420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-15420:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Assignee: Zhenghua Gao
> Priority: Blocker
> Labels: pull-request-available
> 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)