Skip to content

Commit b780811

Browse files
authored
Bump milvus-common version (zilliztech#1350)
Signed-off-by: chasingegg <chao.gao@zilliz.com>
1 parent 6d40600 commit b780811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/libs/libmilvus-common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES "")
3-
set( MILVUS-COMMON-VERSION 4767d68 )
3+
set( MILVUS-COMMON-VERSION 3ab63a9 )
44
set( GIT_REPOSITORY "https://github.com/zilliztech/milvus-common.git" )
55

66
message(STATUS "milvus-common repo: ${GIT_REPOSITORY}")

tests/ut/test_iterator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ TEST_CASE("Test Iterator Mem Index With Float Vector", "[float metrics]") {
103103
milvus::cachinglayer::Manager::ConfigureTieredStorage(
104104
{CacheWarmupPolicy::CacheWarmupPolicy_Disable, CacheWarmupPolicy::CacheWarmupPolicy_Disable,
105105
CacheWarmupPolicy::CacheWarmupPolicy_Disable, CacheWarmupPolicy::CacheWarmupPolicy_Disable},
106-
{1024 * mb, 1024 * mb, 1024 * mb, 1024 * mb, 1024 * mb, 1024 * mb}, true, {10, false, 30});
106+
{1024 * mb, 1024 * mb, 1024 * mb, 1024 * mb, 1024 * mb, 1024 * mb}, true, true, {10, false, 30});
107107

108108
auto base_gen = [=]() {
109109
knowhere::Json json;

0 commit comments

Comments
 (0)