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

[jira] [Updated] (FLINK-19571) Port Transformation translation logic to TransformationTranslator framework

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

Kostas Kloudas updated FLINK-19571:
-----------------------------------
    Description: 
Currently, the {{StreamGraphGenerator}} is responsible for:
1. traversing the graph of {{Transformations}}
2. translating them to their runtime implementations

With the addition of the {{TransformationTranslator}} 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.

  was:
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.


> Port Transformation translation logic to TransformationTranslator 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
>            Priority: Major
>
> Currently, the {{StreamGraphGenerator}} is responsible for:
> 1. traversing the graph of {{Transformations}}
> 2. translating them to their runtime implementations
> With the addition of the {{TransformationTranslator}} 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)