[ 
https://issues.apache.org/jira/browse/FLINK-20512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17247265#comment-17247265
 ] 

godfrey he edited comment on FLINK-20512 at 12/18/20, 8:36 AM:
---------------------------------------------------------------

Fixed in 1.13.0: 4577994499d43dd582167167366a5d27ba0e3bf9


was (Author: godfreyhe):
master: 4577994499d43dd582167167366a5d27ba0e3bf9

> Introduce getDescription, getOutputType, replaceInput methods for ExecNode
> --------------------------------------------------------------------------
>
>                 Key: FLINK-20512
>                 URL: https://issues.apache.org/jira/browse/FLINK-20512
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / Planner
>            Reporter: godfrey he
>            Assignee: godfrey he
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.13.0
>
>
> We will introduce {{getDescription()}} method which returns the description 
> information of the ExecNode,
> introduce {{getOutputType()}} method which returns the output {{RowType}} of 
> the ExecNode,
> introduce {{replaceInputEdge(int ordinalInParent, ExecEdge newInputEdge)}} 
> method which can update the input edge at the given index.
> Note: {{RelNode}} also has {{getDescription()}} method, so before we finish 
> all separation work, we will introduce {{getDesc()}} instead of 
> {{getDescription()}} to avoid compile error.



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

Reply via email to