mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user