From 3176c94a4f391bdc314ab242dc2841428a502492 Mon Sep 17 00:00:00 2001 From: starlord Date: Mon, 26 Aug 2019 09:28:08 +0800 Subject: [PATCH] fix typo Former-commit-id: 263f2a106699c428715b646fcfbc44ff90dd2ffd --- cpp/src/db/meta/SqliteMetaImpl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/src/db/meta/SqliteMetaImpl.cpp b/cpp/src/db/meta/SqliteMetaImpl.cpp index d0d6423688..a06c391ca5 100644 --- a/cpp/src/db/meta/SqliteMetaImpl.cpp +++ b/cpp/src/db/meta/SqliteMetaImpl.cpp @@ -413,7 +413,6 @@ Status SqliteMetaImpl::DescribeTableIndex(const std::string &table_id, TableInde auto groups = ConnectorPtr->select(columns(&TableSchema::engine_type_, &TableSchema::nlist_, - &TableSchema::index_file_size_, &TableSchema::metric_type_), where(c(&TableSchema::table_id_) == table_id and c(&TableSchema::state_) != (int)TableSchema::TO_DELETE));