Sergey Nuyanzin created FLINK-40373:
---------------------------------------
Summary: 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
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)