[
https://issues.apache.org/jira/browse/FLINK-20994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dian Fu updated FLINK-20994:
----------------------------
Fix Version/s: 1.13.0
> Add public method to create TableEnvironment in PyFlink
> -------------------------------------------------------
>
> Key: FLINK-20994
> URL: https://issues.apache.org/jira/browse/FLINK-20994
> Project: Flink
> Issue Type: Improvement
> Components: API / Python
> Affects Versions: 1.13.0
> Reporter: Seth Wiesman
> Priority: Major
> Fix For: 1.13.0
>
>
> The Python table Api offers three table environment:
> * TableEnvironment
> * StreamTableEnvironment
> * BatchTableEnvironment
> The `TableEnvironment` pydoc states that it a unified interface for pure
> table applications. However, it is currently missing a public constructor or
> `create` method to instantiate. This method should be added so users can
> leverage a unified interface and to better align pyflink with the JVM table
> apis.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)