Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
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.