You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (JIRA)" <ji...@apache.org> on 2019/06/25 13:23:01 UTC

[jira] [Updated] (FLINK-12985) Move & rename StreamTransformation to org.apache.flink.api.dag.Transformation

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

Dawid Wysakowicz updated FLINK-12985:
-------------------------------------
    Description: 
It is quite strange to have a streaming package in {{flink-core}}. Moreover right now the {{StreamTransformation#setChainingStrategy}} throws Exception in half of the transformations.
I suggest to:
# rename the {{StreamTransformation}} to {{org.apache.flink.api.dag.Transformation}}
# extract {{#setChainingMethod}} to a separate class {{PhysicalTransformation}} & move the {{ChainingStrategy}} back to flink-streaming-java module

  was:
It is quite strange to have a streaming package in {{flink-core}}. Moreover right now the {{StreamTransformation#setChainingStrategy}} throws Exception in half of the transformation.
I suggest to:
# rename the {{StreamTransformation}} to {{org.apache.flink.api.dag.Transformation}}
# extract {{#setChainingMethod}} to a separate class {{PhysicalTransformation}} & move the {{ChainingStrategy}} back to flink-streaming-java module


> Move & rename StreamTransformation to org.apache.flink.api.dag.Transformation
> -----------------------------------------------------------------------------
>
>                 Key: FLINK-12985
>                 URL: https://issues.apache.org/jira/browse/FLINK-12985
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / DataStream
>    Affects Versions: 1.9.0
>            Reporter: Dawid Wysakowicz
>            Assignee: Dawid Wysakowicz
>            Priority: Major
>             Fix For: 1.9.0
>
>
> It is quite strange to have a streaming package in {{flink-core}}. Moreover right now the {{StreamTransformation#setChainingStrategy}} throws Exception in half of the transformations.
> I suggest to:
> # rename the {{StreamTransformation}} to {{org.apache.flink.api.dag.Transformation}}
> # extract {{#setChainingMethod}} to a separate class {{PhysicalTransformation}} & move the {{ChainingStrategy}} back to flink-streaming-java module



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)