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

sunjincheng updated FLINK-12803:
--------------------------------
    Description: 
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

So I think we should follow the pattern of API package name and correct the 
current python API package name for `flink-python`. But for long-term goal, the 
flink API package name should be:
 * org.apache.flink.api.common.
 * org.apache.flink.api.common.python.
 * org.apache.flink.api.datastream.
 * org.apache.flink.api.datastream.scala.
 * org.apache.flink.api.datastream.python.
 * org.apache.flink.api.table.
 * org.apache.flink.api.table.scala.
 * org.apache.flink.api.table.python.

 So, in this JIRA, we should correct the package name from 
`org.apache.flink.python` -------> `org.apache.flink.api.table.python`

What do you think?

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

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?


> 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
>            Assignee: Dian Fu
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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
> So I think we should follow the pattern of API package name and correct the 
> current python API package name for `flink-python`. But for long-term goal, 
> the flink API package name should be:
>  * org.apache.flink.api.common.
>  * org.apache.flink.api.common.python.
>  * org.apache.flink.api.datastream.
>  * org.apache.flink.api.datastream.scala.
>  * org.apache.flink.api.datastream.python.
>  * org.apache.flink.api.table.
>  * org.apache.flink.api.table.scala.
>  * org.apache.flink.api.table.python.
>  So, in this JIRA, we should correct the package name from 
> `org.apache.flink.python` -------> `org.apache.flink.api.table.python`
> What do you think?



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

Reply via email to