Seth Wiesman created FLINK-20994:
------------------------------------
Summary: 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
The Python table Api offers three table environment:
* TableEnvironment
* StreamTableEnvironment
* BatchTableEnvironment
The `TableEnvironment` pydoc states that it a unified interface for pure table applications. How, 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)