You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Kostas Kloudas (Jira)" <ji...@apache.org> on 2020/10/12 08:39:00 UTC

[jira] [Created] (FLINK-19571) Port Transformation translation logic to StreamGraphTranslator framework

Kostas Kloudas created FLINK-19571:
--------------------------------------

             Summary: Port Transformation translation logic to StreamGraphTranslator framework
                 Key: FLINK-19571
                 URL: https://issues.apache.org/jira/browse/FLINK-19571
             Project: Flink
          Issue Type: Improvement
          Components: API / DataStream
    Affects Versions: 1.12.0
            Reporter: Kostas Kloudas
            Assignee: Kostas Kloudas


Currently, the {{StreamGraphGenerator}} is responsible for:
1. traversing the graph of {{Transformations}}
2. translating them to their runtime implementations

With the addition of the {{StreamGraphTranslator}} framework in [FLINK-19485|https://issues.apache.org/jira/browse/FLINK-19485], we can now pull the translation logic out of the {{StreamGraphGenerator}} and put it into dedicated translators, one for each type of transformation.

This umbrella issue aims at keeping track of this effort.



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