fix: compile error after #1971 is merged (#1979)

This commit is contained in:
LFC
2023-07-17 18:01:47 +08:00
committed by GitHub
parent f152568701
commit 3e846e27f8

View File

@@ -13,8 +13,8 @@
// limitations under the License.
use async_trait::async_trait;
use catalog::helper::TableGlobalValue;
use clap::Parser;
use common_meta::helper::TableGlobalValue;
use common_meta::key::datanode_table::{DatanodeTableKey, DatanodeTableValue};
use common_meta::key::table_info::{TableInfoKey, TableInfoValue};
use common_meta::key::table_name::{TableNameKey, TableNameValue};