You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (JIRA)" <ji...@apache.org> on 2016/09/28 13:26:20 UTC

[jira] [Created] (FLINK-4704) Move Table API to org.apache.flink.table

Timo Walther created FLINK-4704:
-----------------------------------

             Summary: Move Table API to org.apache.flink.table
                 Key: FLINK-4704
                 URL: https://issues.apache.org/jira/browse/FLINK-4704
             Project: Flink
          Issue Type: Improvement
          Components: Table API & SQL
            Reporter: Timo Walther


This would be a large change. But maybe now is still a good time to do it. Otherwise we will never fix this.

Actually, the Table API is in the wrong package. At the moment it is in {{org.apache.flink.api.table}} and the actual Scala/Java APIs are in {{org.apache.flink.api.java/scala.table}}. All other APIs such as Python, Gelly, Flink ML do not use the {{org.apache.flink.api}} namespace.

I suggest the following packages:

{code}
org.apache.flink.table
org.apache.flink.table.api.java
org.apache.flink.table.api.scala
{code}

What do you think?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)