You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Zhenghua Gao (JIRA)" <ji...@apache.org> on 2019/06/12 11:34:00 UTC

[jira] [Created] (FLINK-12819) Reuse TableEnvironment between different SQL statements

Zhenghua Gao created FLINK-12819:
------------------------------------

             Summary: Reuse TableEnvironment between different SQL statements
                 Key: FLINK-12819
                 URL: https://issues.apache.org/jira/browse/FLINK-12819
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / Client
            Reporter: Zhenghua Gao


We have introduced catalogs to store catalog object(tables, views etc). And the catalogs are tied to TableEnvironment, So we need to reuse TableEnvironment so the previously registered tables and views are available(suppose we use an InMemory catalog).

BTW, reuse TableEnvironment is more resource and time saving.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)