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

ASF GitHub Bot updated FLINK-20436:
-----------------------------------
    Labels: pull-request-available  (was: )

> Simplify type parameter of ExecNode
> -----------------------------------
>
>                 Key: FLINK-20436
>                 URL: https://issues.apache.org/jira/browse/FLINK-20436
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / Planner
>            Reporter: godfrey he
>            Assignee: godfrey he
>            Priority: Major
>              Labels: pull-request-available
>
> Currently, {{ExecNode#translateToPlan}} takes {{BatchPlanner}} or 
> {{StreamPlanner}} as a parameter, so {{ExecNode}} has a type parameter {{E <: 
> Planner}}, which indicates the node is a batch node or a streaming node. 
> While in the future, a plan may contain both batch nodes and stream node. The 
> type parameter can be removed, the implementation base class can cast the 
> planner to expected planner.



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

Reply via email to