[
https://issues.apache.org/jira/browse/FLINK-21698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-21698.
---------------------------
Release Note:
The CAST operation between NUMERIC type and TIMESTAMP type is problematic and
is disabled now, e.g. CAST(numeric AS TIMESTAMP(3)) is disabled and should use
TO_TIMESTAMP(FROM_UNIXTIME(numeric)) instead.
Resolution: Fixed
> Disable problematic cast conversion between NUMERIC type and TIMESTAMP type
> ---------------------------------------------------------------------------
>
> Key: FLINK-21698
> URL: https://issues.apache.org/jira/browse/FLINK-21698
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / Planner
> Reporter: Leonard Xu
> Assignee: Leonard Xu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.13.0
>
>
> The cast conversion between NUMERIC type and TIMESTAMP type is problematic ,
> we should disable it, NUMERIC type and TIMESTAMP_LTZ type cast conversion is
> valid.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)