enhance: bump milvus-storage to e658197 (#51406)

issue: #50915 

for errorcode and lance upgrade to 7.0.0

Signed-off-by: jiaqizho <jiaqi.zhou@zilliz.com>
This commit is contained in:
jiaqizho
2026-07-15 20:02:37 +08:00
committed by GitHub
parent c819a2c5e1
commit b847349e39
3 changed files with 5 additions and 2 deletions
@@ -27,6 +27,7 @@
#include <nlohmann/json.hpp>
#include "milvus-storage/ffi_c.h"
#include "milvus-storage/ffi_internal/ffi_error_code.h"
#include "milvus-storage/ffi_internal/result.h"
#include "milvus-storage/filesystem/fs.h"
+3 -1
View File
@@ -31,6 +31,9 @@
#include "common/EasyAssert.h"
#include "log/Log.h"
#include "common/type_c.h"
#include "milvus-storage/ffi_c.h"
#include "milvus-storage/ffi_internal/ffi_error_code.h"
#include "milvus-storage/ffi_internal/result.h"
#include "milvus-storage/filesystem/fs.h"
#include "milvus-storage/properties.h"
#include "milvus-storage/transaction/transaction.h"
@@ -38,7 +41,6 @@
#include "storage/Types.h"
#include "storage/loon_ffi/external_spec_c.h"
#include "storage/loon_ffi/util.h"
#include "milvus-storage/ffi_internal/result.h"
using json = nlohmann::json;
+1 -1
View File
@@ -14,7 +14,7 @@
# Update milvus-storage_VERSION for the first occurrence
milvus_add_pkg_config("milvus-storage")
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES "")
set( milvus-storage_VERSION bb3a975)
set( milvus-storage_VERSION e658197)
set( GIT_REPOSITORY "https://github.com/milvus-io/milvus-storage.git")
message(STATUS "milvus-storage repo: ${GIT_REPOSITORY}")
message(STATUS "milvus-storage version: ${milvus-storage_VERSION}")