You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "godfrey he (Jira)" <ji...@apache.org> on 2021/01/23 08:04:00 UTC

[jira] [Updated] (FLINK-21096) Introduce ExecNodeGraphJsonPlanGenerator to serialize ExecNodeGraph to json plan and deserialize json plan to ExecNodeGraph

     [ https://issues.apache.org/jira/browse/FLINK-21096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

godfrey he updated FLINK-21096:
-------------------------------
    Description: 
ExecNodeGraphJsonPlanGenerator is an utility class that can generate json plan based on given ExecNodeGraph or generate ExecNodeGraph based on given json plan. 

Based on FLINK-21092, FLINK-21093, FLINK-21094 and this jira, we can get the json plan for {{insert into MySink select * from MyTable}}, we also can submit the json plan and get the execution result.

  was:
ExecNodeGraphJsonPlanGenerator is an utility class that can generate json plan based on given ExecNodeGraph or generate ExecNodeGraph based on given json plan. 

Based on FLINK-21092, FLINK-21093, FLINK-21094 and this jira, we can get the json plan for {{insert into MySink select * from MyTable}}, we also can submit the json plan and get the result.


> Introduce ExecNodeGraphJsonPlanGenerator to serialize ExecNodeGraph to json plan and deserialize json plan to ExecNodeGraph
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-21096
>                 URL: https://issues.apache.org/jira/browse/FLINK-21096
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / Planner
>            Reporter: godfrey he
>            Assignee: godfrey he
>            Priority: Major
>             Fix For: 1.13.0
>
>
> ExecNodeGraphJsonPlanGenerator is an utility class that can generate json plan based on given ExecNodeGraph or generate ExecNodeGraph based on given json plan. 
> Based on FLINK-21092, FLINK-21093, FLINK-21094 and this jira, we can get the json plan for {{insert into MySink select * from MyTable}}, we also can submit the json plan and get the execution result.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)