fix: prevent crash when contains_all/any is used with empty array#41739
Conversation
|
@xiaocai2333 cpp-unit-test check failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #41739 +/- ##
===========================================
+ Coverage 73.68% 80.48% +6.80%
===========================================
Files 335 1523 +1188
Lines 30605 215100 +184495
===========================================
+ Hits 22552 173130 +150578
- Misses 8053 35749 +27696
- Partials 0 6221 +6221
🚀 New features to boost your workflow:
|
|
@xiaocai2333 [ FAILED ] Naive/ArrayInvertedIndexTest/6.ArrayContainsAny, where TypeParam = double |
Signed-off-by: Cai Zhang <cai.zhang@zilliz.com> Co-authored-by: Sangho Park <hoyaspark@gmail.com>
7524aab to
ec39958
Compare
Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
|
rerun ut |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: czs007, xiaocai2333 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
milvus-io#41756) issue: milvus-io#41348 related and optimized by milvus-io#41347 master pr: milvus-io#41739 --------- Signed-off-by: Cai Zhang <cai.zhang@zilliz.com> Co-authored-by: Sangho Park <hoyaspark@gmail.com>
issue: #41348
related and optimized by #41347