You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2020/09/21 06:25:00 UTC

[jira] [Created] (FLINK-19301) Improve the package structure of Python DataStream API

Dian Fu created FLINK-19301:
-------------------------------

             Summary: Improve the package structure of Python DataStream API 
                 Key: FLINK-19301
                 URL: https://issues.apache.org/jira/browse/FLINK-19301
             Project: Flink
          Issue Type: Improvement
          Components: API / Python
    Affects Versions: 1.12.0
            Reporter: Dian Fu
            Assignee: Dian Fu
             Fix For: 1.12.0


Currently, the classes added for Python DataStream is located in *org.apache.flink.datastream* and there is already a package named *org.apache.flink.streaming**,* it would be great to move the these classes to package *org.apache.flink.streaming* to be consistent with the naming conversion of flink-streaming-java. Besides, the class name could also be optimized, e.g. DataStreamPythonReduceFunctionOperator -> PythonReduceOperator.



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