Jingsong Lee created FLINK-27755: ------------------------------------ Summary: Introduce a filesystem catalog for table store Key: FLINK-27755 URL: https://issues.apache.org/jira/browse/FLINK-27755 Project: Flink Issue Type: New Feature Components: Table Store Reporter: Jingsong Lee Assignee: Jingsong Lee Fix For: table-store-0.2.0
The Table Store has store the schema and other information on the file system so that it can actually provide a FileSystemCatalog for users to use. This catalog is provided in JIRA: - It supports database related management - It supports the creation and deletion of tables - It supports table changes, but currently can only modify the options and other information, the underlying does not yet support the schema column information modification Currently this Catalog only supports filestore, logstore capabilities are still to be developed. -- This message was sent by Atlassian Jira (v8.20.7#820007)