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)