Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:mslacken:ml
milvus
fix-simjson.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-simjson.patch of Package milvus
From 8a5489fca37900308cd31c91cdcd90f58957fcc4 Mon Sep 17 00:00:00 2001 From: Christian Goll <cgoll@suse.com> Date: Tue, 10 Sep 2024 11:36:21 +0200 Subject: [PATCH] fix simjson Signed-off-by: Christian Goll <cgoll@suse.com> --- internal/core/src/common/FieldData.cpp | 2 +- internal/core/src/common/Json.h | 6 ------ internal/core/src/query/visitors/ExecExprVisitor.cpp | 1 - 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/internal/core/src/common/FieldData.cpp b/internal/core/src/common/FieldData.cpp index 220b6a38..2d306c9d 100644 --- a/internal/core/src/common/FieldData.cpp +++ b/internal/core/src/common/FieldData.cpp @@ -22,7 +22,7 @@ #include "common/Exception.h" #include "common/FieldDataInterface.h" #include "common/Json.h" -#include "simdjson/padded_string.h" +#include "simdjson.h" namespace milvus { diff --git a/internal/core/src/common/Json.h b/internal/core/src/common/Json.h index df01994e..6c739b07 100644 --- a/internal/core/src/common/Json.h +++ b/internal/core/src/common/Json.h @@ -28,12 +28,6 @@ #include "common/EasyAssert.h" #include "simdjson.h" #include "fmt/core.h" -#include "simdjson/common_defs.h" -#include "simdjson/dom/array.h" -#include "simdjson/dom/document.h" -#include "simdjson/dom/element.h" -#include "simdjson/error.h" -#include "simdjson/padded_string.h" #include "rapidjson/document.h" #include "rapidjson/writer.h" #include "rapidjson/stringbuffer.h" diff --git a/internal/core/src/query/visitors/ExecExprVisitor.cpp b/internal/core/src/query/visitors/ExecExprVisitor.cpp index d0b59873..0e7c8ce5 100644 --- a/internal/core/src/query/visitors/ExecExprVisitor.cpp +++ b/internal/core/src/query/visitors/ExecExprVisitor.cpp @@ -34,7 +34,6 @@ #include "query/Relational.h" #include "query/Utils.h" #include "segcore/SegmentGrowingImpl.h" -#include "simdjson/error.h" #include "query/PlanProto.h" #include "index/SkipIndex.h" #include "index/Meta.h" -- 2.43.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor