Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Docs Required, Release Notes Required
Description
As of now, SqlSchemaManager listens configuration events to compose a new schema, and does not support schema versioning.
Let's implement SqlSchemaManager on top of CatalogService, which is already aware of schema versions.
The new implementation may be just a caching adapter for CatalogService, which enriches Catalog with metadata that can be used by Calcite engine.
Attachments
Issue Links
- blocks
-
IGNITE-19497 Sql. Switch to SqlSchemaManager implementation on top of CatalogService
- Resolved
- is related to
-
IGNITE-19493 Sql. Query flow refactoring.
- Resolved
- links to