Sergey Nuyanzin created FLINK-39498:
---------------------------------------
Summary: TIMESTAMPADD for MICROSECOND and NANOSECOND leads to code
gen exception
Key: FLINK-39498
URL: https://issues.apache.org/jira/browse/FLINK-39498
Project: Flink
Issue Type: Bug
Components: Table SQL / Planner
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
Should be exception while planning instead
the reason is wrong treatment of precision
{code:sql}
SELECT TIMESTAMPADD(MICROSECOND, 1, timestamp '2016-02-24 12:42:25')
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)