#1583 Default index_params should be "{}" for IDMAP table

Signed-off-by: groot <yihua.mo@zilliz.com>
This commit is contained in:
groot 2020-03-09 17:36:25 +08:00
parent b8b86d77c4
commit 0ec50358b7

View File

@ -54,7 +54,7 @@ struct TableSchema {
int64_t flag_ = 0;
int64_t index_file_size_ = DEFAULT_INDEX_FILE_SIZE;
int32_t engine_type_ = DEFAULT_ENGINE_TYPE;
std::string index_params_ = "{ \"nlist\": 16384 }";
std::string index_params_ = "{}";
int32_t metric_type_ = DEFAULT_METRIC_TYPE;
std::string owner_table_;
std::string partition_tag_;