[
https://issues.apache.org/jira/browse/FLINK-11067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16754953#comment-16754953
]
Timo Walther commented on FLINK-11067:
--------------------------------------
As most of you already noticed, FLIP-32 has changed quite a lot regarding this
issue. I will convert this issue into a pure interface extraction task for the
environments.
To summarize the future implementation:
{code}
// in table-api-java-bridge
org.apche.flink.table.api.java.BatchTableEnvironment
org.apche.flink.table.api.java.StreamTableEnvironment
// in table-api-scala-bridge
org.apche.flink.table.api.scala.BatchTableEnvironment
org.apche.flink.table.api.scala.StreamTableEnvironment
// in table-api-java and thus also in table-api-scala
// future work on a unified environment!
org.apche.flink.table.api.TableEnvironment
{code}
> Port TableEnvironments to Java
> ------------------------------
>
> Key: FLINK-11067
> URL: https://issues.apache.org/jira/browse/FLINK-11067
> Project: Flink
> Issue Type: Sub-task
> Components: Table API & SQL
> Reporter: Timo Walther
> Assignee: Dawid Wysakowicz
> Priority: Major
>
> This task includes porting {{TableEnvironment}}, {{StreamTableEnvironment}},
> {{BatchTableEnvironment}} to Java. API-breaking changes need to be avoided
> and discussed. Some refactoring and clean up might be necessary.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)