You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xuefu Zhang (JIRA)" <ji...@apache.org> on 2018/11/02 04:05:00 UTC

[jira] [Created] (FLINK-10758) Refactor TableEnvironment so that all registration calls delegate to CatalogManager

Xuefu Zhang created FLINK-10758:
-----------------------------------

             Summary: Refactor TableEnvironment so that all registration calls delegate to CatalogManager 
                 Key: FLINK-10758
                 URL: https://issues.apache.org/jira/browse/FLINK-10758
             Project: Flink
          Issue Type: Sub-task
          Components: Table API &amp; SQL
            Reporter: Xuefu Zhang
            Assignee: Xuefu Zhang


There are many different APIs defined in {{TableEnvironment}} class that register tables/views/functions. Based on the design doc, those calls need to be delegated to {{CatalogManager}}. However, not all delegations are straightforward. For example. table registration could mean registering permanent tables, temp tables, or views. This JIRA takes care of the details. 

Please refer to the "TableEnvironment Class" section in the design doc (attached to the parent task) for more details.



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