sunjincheng created FLINK-12803: ----------------------------------- Summary: Correct the package name for python API Key: FLINK-12803 URL: https://issues.apache.org/jira/browse/FLINK-12803 Project: Flink Issue Type: Sub-task Components: API / Python Affects Versions: 1.9.0 Reporter: sunjincheng
Currently the package name of flink APIs should cantians the language name, such as: * flink-java -> org.apache.flink.api.java * flink-scala -> org.apache.flink.api.scala * flink-streaming-scala -> org.apache.flink.streaming.api.scala . So I think we should follow the pattern of API package name and correct the current python API package name for `flink-python`, i.e., * flink-python -> `org.apache.flink.python` -------> `org.apache.flink.api.python` What do you think? -- This message was sent by Atlassian JIRA (v7.6.3#76005)