milvus/internal
congqixia 7b21032d19
fix: Check all values for `trie.predictive_search` (#35943)
Related to #35941

For marisa trie `predictive_search` default behavior, it value iterated
is not in lexicographic order.

This PR is a brute force fix to make range operator returns correct
values.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-09-05 15:01:04 +08:00
..
allocator enhance: Pre-allocate ids for import (#33958) 2024-07-07 21:26:14 +08:00
core fix: Check all values for `trie.predictive_search` (#35943) 2024-09-05 15:01:04 +08:00
datacoord enhance: rewrite index params for compatibility (#35788) 2024-09-02 19:41:03 +08:00
datanode fix: Fix data race for clustering compaction writer (#35957) 2024-09-05 04:07:10 +08:00
distributed fix: Fix tracing config update logic (#35928) 2024-09-05 14:27:04 +08:00
flushcommon enhance: Remove bf from streaming node (#35902) 2024-09-03 14:17:02 +08:00
http feat: add static view for the expr (#35887) 2024-09-04 11:09:04 +08:00
indexnode feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
json enhance: Gin & restfulv1 handler use sonic json (#35020) 2024-08-05 16:44:17 +08:00
kv enhance: Fix lint issues from recent PRs (#34482) 2024-07-09 10:06:24 +08:00
metastore feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
mocks feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
parser/planparserv2 enhance: Support dynamic field in SchemaHelper (#35461) 2024-08-14 18:04:59 +08:00
proto enhance: make search groupby stop when reaching topk groups (#35814) 2024-09-02 18:25:03 +08:00
proxy enhance: Fix typo of clustering key not loaded msg (#35948) 2024-09-05 10:49:03 +08:00
querycoordv2 fix: Fix some replicas don't participate in the query after the failure recovery (#35850) 2024-09-03 15:39:03 +08:00
querynodev2 enhance: Remove too frequent logs in Delete (#35980) 2024-09-05 14:25:03 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord enhance: Add delete buffer related quota logic (#35918) 2024-09-05 11:39:03 +08:00
storage fix: not set nullable when stream writer write headers (#35799) 2024-08-29 20:59:00 +08:00
streamingcoord enhance: move streaming proto into pkg (#35284) 2024-08-07 10:34:16 +08:00
streamingnode enhance: Refine flusher channel management (#35870) 2024-09-01 17:07:10 +08:00
tso enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
types feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
util fix: Fix tracing config update logic (#35928) 2024-09-05 14:27:04 +08:00
.mockery.yaml fix: mockery config (#35834) 2024-08-30 09:49:00 +08:00