Commit 0ec50358 authored by groot's avatar groot
Browse files

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



Signed-off-by: default avatargroot <yihua.mo@zilliz.com>
parent b8b86d77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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_;