[
https://issues.apache.org/jira/browse/FLINK-40373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18104051#comment-18104051
]
Sergey Nuyanzin commented on FLINK-40373:
-----------------------------------------
Merged as
[de793af84589d32fe712ba598502533fdd84f4cd|https://github.com/apache/flink/commit/de793af84589d32fe712ba598502533fdd84f4cd]
> 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
>
> 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)