Shammon created FLINK-29832: ------------------------------- Summary: Refactor default database name in flink table store Key: FLINK-29832 URL: https://issues.apache.org/jira/browse/FLINK-29832 Project: Flink Issue Type: Bug Components: Table Store Affects Versions: table-store-0.3.0, table-store-0.2.2 Reporter: Shammon Attachments: image-2022-11-01-16-40-47-539.png
`FlinkCatalogFactory` creates a default database named `default` in table store. The `default` is a keyword in SQL, and when we create a new database, we cant execute `use default` to switch to `default` database any more. We should refactor the default database name in table store. !image-2022-11-01-16-40-47-539.png|thumbnail! -- This message was sent by Atlassian Jira (v8.20.10#820010)