refactor: catalog managers (#2405)

* feat: rename catalog::local to catalog::memory

* refactor: catalog managers

* chore: license header
This commit is contained in:
dennis zhuang
2023-09-15 16:48:14 +08:00
committed by GitHub
parent 364b99a14c
commit 43e3c94fd1
41 changed files with 598 additions and 520 deletions

View File

@@ -16,7 +16,7 @@ use std::sync::Arc;
use std::time::Duration;
use api::v1::meta::Peer;
use catalog::remote::CachedMetaKvBackend;
use catalog::kvbackend::CachedMetaKvBackend;
use common_catalog::consts::{DEFAULT_CATALOG_NAME, DEFAULT_SCHEMA_NAME, MITO_ENGINE};
use common_meta::ident::TableIdent;
use common_meta::key::table_name::TableNameKey;