Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.6.1
-
None
-
None
Description
Currently TableEnvironment manages a list of registered external catalogs as well as in-memory meta objects, and interacts with Calcite schema. It would be cleaner to delegate all those responsibilities to a dedicate class, especially when Flink's meta objects are also stored in a catalog.
CatalogManager is responsible to manage all meta objects, including external catalogs, temporary meta objects, and Calcite schema.
Attachments
Issue Links
- duplicates
-
FLINK-11476 Create CatalogManager to manage multiple catalogs and encapsulate Calcite schema
- Resolved
- is blocked by
-
FLINK-10768 Move external catalog related code from TableEnvironment to CatalogManager
- Closed