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)