[
https://issues.apache.org/jira/browse/FLINK-39638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin resolved FLINK-39638.
-------------------------------------
Fix Version/s: 2.4.0
Resolution: Fixed
> Make codegen reuse result of JSON parse in JSON_VALUE, JSON_QUERY
> -----------------------------------------------------------------
>
> Key: FLINK-39638
> URL: https://issues.apache.org/jira/browse/FLINK-39638
> 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
> {code:sql}
> SELECT JSON_VALUE('some json', '$.a'), JSON_VALUE('some json', '$.b');
> {code}
> in this case same json will be parsed twice
> while in fact we can make result of parse reusable
--
This message was sent by Atlassian Jira
(v8.20.10#820010)