shuaiqi.guo created FLINK-33751:
-----------------------------------

             Summary: 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


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)

Reply via email to