[ https://issues.apache.org/jira/browse/FLINK-20994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17288782#comment-17288782 ]
Wei Zhong commented on FLINK-20994: ----------------------------------- Merged via 3f99f293bff7da40af387fa76b637bfc8f4d4092 > 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 > Assignee: Wei Zhong > Priority: Blocker > Labels: pull-request-available > 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)