[
https://issues.apache.org/jira/browse/FLINK-33751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-33751:
-----------------------------------
Labels: pull-request-available (was: )
> use modules correctly when deserializing json plan
> --------------------------------------------------
>
> Key: FLINK-33751
> URL: https://issues.apache.org/jira/browse/FLINK-33751
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / Planner
> Affects Versions: 1.18.0
> Reporter: shuaiqi.guo
> Priority: Major
> Labels: pull-request-available
> Attachments: FLINK-33751.patch
>
>
> when serializing and deserializing SQL job by the following SQL Syntax:
> {code:java}
> COMPILE PLAN ...;
> EXECUTE PLAN ...;{code}
> if there are two modules in the environment, some bugs appeard when calling
> lookupOptionalSqlOperator():
> # if 2 Operators were found, it will return empty;
> # foundOperators is not ordered by modules order.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)