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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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 & 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)