milvus/internal
yah01 99e0f1e65a
enhance: unable to compile C++ tests (#29616)
The tests need to call a private method, Milvus uses `#define` to
replace private with public, the hack trick works but would be broken if
the including order changed.

This uses friend to make all things work well

Signed-off-by: yah01 <yang.cen@zilliz.com>
Signed-off-by: yah01 <yah2er0ne@outlook.com>
2024-01-04 13:20:46 +08:00
..
allocator Refine delete by expression for forbid proxy dml task scheduler hang (#29340) 2023-12-26 19:52:48 +08:00
core enhance: unable to compile C++ tests (#29616) 2024-01-04 13:20:46 +08:00
datacoord enhance: Add concurrency for datacoord segment GC (#29561) 2024-01-03 13:16:57 +08:00
datanode fix: always sync level zero segments as flushed (#29569) 2023-12-29 10:34:47 +08:00
distributed fix: link with install path's libblob-chunk-manager (#29496) 2023-12-31 20:02:48 +08:00
http enhance: Support to get the param value in the runtime (#29297) 2023-12-22 18:36:44 +08:00
indexnode feat: support inverted index (#28783) 2023-12-31 19:50:47 +08:00
kv enhance: Make etcd kv request timeout configurable (#28661) 2023-11-23 19:34:23 +08:00
metastore fix: missing the grant info when using the SelectGrant api with the default db (#29173) 2023-12-14 16:20:43 +08:00
mocks feat: support enable/disable mmap for index (#29005) 2023-12-21 18:07:24 +08:00
mq Fix getting incorrect CPU num (#28146) 2023-11-06 06:02:16 +08:00
parser/planparserv2 fix: Fix bug for parsing expression that include quotes (#28416) 2023-11-23 17:18:32 +08:00
proto feat: Support multiple vector indexes in a collection (#27700) 2023-12-29 11:44:45 +08:00
proxy enhance: unable to compile C++ tests (#29616) 2024-01-04 13:20:46 +08:00
querycoordv2 enhance: Rewrite gen segment plan based on assign segment (#29574) 2024-01-04 11:10:44 +08:00
querynodev2 fix: exclude insertData before growing checkpoint (#29558) 2023-12-28 18:18:54 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord enhance: unable to compile C++ tests (#29616) 2024-01-04 13:20:46 +08:00
storage feat: support inverted index (#28783) 2023-12-31 19:50:47 +08:00
tso Format the code (#27275) 2023-09-21 09:45:27 +08:00
types Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
util feat: support inverted index (#28783) 2023-12-31 19:50:47 +08:00