[jira] [Created] (FLINK-21730) Introduce ExecNodeTranslator

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-21730) Introduce ExecNodeTranslator

Shang Yuanchun (Jira)
godfrey he created FLINK-21730:
----------------------------------

             Summary: Introduce ExecNodeTranslator
                 Key: FLINK-21730
                 URL: https://issues.apache.org/jira/browse/FLINK-21730
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / Planner
            Reporter: godfrey he
             Fix For: 1.13.0


An ExecNodeTranslator is responsible for translating an ExecNode to Flink operator, it has two sub-classes now: SingleTransformationTranslator and MultipleTransformationTranslator. For SingleTransformationTranslator, we can set some info (such as parallelism) to the Transformation in the base class and will reduce many duplicate code



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