mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
fix: [hotfix-2.5.4] Fix mmap failed when handling sparse rows that are all empty (#39977)
issue: #39682 /kind branch-feature Signed-off-by: xianliang.li <xianliang.li@zilliz.com>
This commit is contained in:
parent
ac3972d114
commit
9b7ebb3d88
@ -14,7 +14,7 @@
|
||||
# Update KNOWHERE_VERSION for the first occurrence
|
||||
milvus_add_pkg_config("knowhere")
|
||||
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES "")
|
||||
set( KNOWHERE_VERSION v2.5.2 )
|
||||
set( KNOWHERE_VERSION v2.5.2-hotfix )
|
||||
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
|
||||
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")
|
||||
message(STATUS "Knowhere version: ${KNOWHERE_VERSION}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user