From dd938878ea8e6d6ef6d5b401696bfa6e276f4352 Mon Sep 17 00:00:00 2001 From: Tinkerrr Date: Thu, 23 Jul 2020 17:02:28 +0800 Subject: [PATCH] fix (#2981) Signed-off-by: Tinkerrr --- CHANGELOG.md | 1 + core/src/config/Config.cpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d3156863..f0e6dd654e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Please mark all change in change log and use the issue from GitHub ## Bug - \#2890 Fix the index size caculation in cache - \#2952 Fix the result merging of IVF_PQ IP +- \#2975 Fix config ut failed ## Feature diff --git a/core/src/config/Config.cpp b/core/src/config/Config.cpp index 8267296e07..4fb00f133b 100644 --- a/core/src/config/Config.cpp +++ b/core/src/config/Config.cpp @@ -185,7 +185,8 @@ static const std::unordered_map milvus_config_version_ {"0.9.0", "0.4"}, {"0.9.1", "0.4"}, {"0.10.0", "0.5"}, - {"0.10.1", "0.5"}}); + {"0.10.1", "0.5"}, + {"0.10.2", "0.5"}}); ///////////////////////////////////////////////////////////// Config::Config() {