From e0f54a658bcefdff766df913e96bf9e2a3bf0a16 Mon Sep 17 00:00:00 2001 From: starlord Date: Thu, 29 Aug 2019 16:32:48 +0800 Subject: [PATCH] fix a typo Former-commit-id: fc8cd93bd13513239a0315d7071e0ccbe321c96b --- cpp/src/db/meta/MetaTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/db/meta/MetaTypes.h b/cpp/src/db/meta/MetaTypes.h index a75bcc07dc..e4c68decbc 100644 --- a/cpp/src/db/meta/MetaTypes.h +++ b/cpp/src/db/meta/MetaTypes.h @@ -40,7 +40,7 @@ struct TableSchema { uint16_t dimension_ = 0; int64_t created_on_ = 0; int64_t flag_ = 0; - int32_t index_file_size_ = DEFAULT_INDEX_FILE_SIZE; + int64_t index_file_size_ = DEFAULT_INDEX_FILE_SIZE; int32_t engine_type_ = DEFAULT_ENGINE_TYPE; int32_t nlist_ = DEFAULT_NLIST; int32_t metric_type_ = DEFAULT_METRIC_TYPE;