[
https://issues.apache.org/jira/browse/FLINK-36399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ruan Hang updated FLINK-36399:
------------------------------
Fix Version/s: 2.3.0
(was: 2.2.0)
> cast result is incorrect
> ------------------------
>
> Key: FLINK-36399
> URL: https://issues.apache.org/jira/browse/FLINK-36399
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Affects Versions: 2.1.0
> Reporter: Jacky Lau
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.3.0
>
>
> case:
> configuration.set(
> ExecutionConfigOptions.TABLE_EXEC_LEGACY_CAST_BEHAVIOUR,
> ExecutionConfigOptions.LegacyCastBehaviour.ENABLED);
> tableEnv.executeSql("SELECT CAST(CAST('100' AS DECIMAL(2, 0)) AS
> STRING)").print();
>
> expected is null but it is empty string
--
This message was sent by Atlassian Jira
(v8.20.10#820010)