[
https://issues.apache.org/jira/browse/FLINK-40373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin resolved FLINK-40373.
-------------------------------------
Fix Version/s: 2.4.0
Resolution: Fixed
> JSON_VALUE might fail on code generation
> ----------------------------------------
>
> Key: FLINK-40373
> URL: https://issues.apache.org/jira/browse/FLINK-40373
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Reporter: Sergey Nuyanzin
> Assignee: Sergey Nuyanzin
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.4.0
>
>
> example of sql
> {code:sql}
> SELECT JSON_VALUE(<null_input>, '$.type'), JSON_VALUE(<null_input>, '$.type');
> {code}
> where <null_input> - null field from input table
--
This message was sent by Atlassian Jira
(v8.20.10#820010)