You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Seth Wiesman (Jira)" <ji...@apache.org> on 2021/01/15 19:44:00 UTC

[jira] [Created] (FLINK-20994) Add public method to create TableEnvironment in PyFlink

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)