mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-06 10:52:56 +08:00
enhance: Fix SearchOnSealed clang-format lint (#36056)
Related to #36008 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
21b135c7c2
commit
a103dd5eb3
@ -43,7 +43,9 @@ SearchOnSealedIndex(const Schema& schema,
|
||||
auto field_indexing = record.get_field_indexing(field_id);
|
||||
AssertInfo(field_indexing->metric_type_ == search_info.metric_type_,
|
||||
"Metric type of field index isn't the same with search info,"
|
||||
"field index: {}, search info: {}", field_indexing->metric_type_, search_info.metric_type_);
|
||||
"field index: {}, search info: {}",
|
||||
field_indexing->metric_type_,
|
||||
search_info.metric_type_);
|
||||
|
||||
auto dataset = knowhere::GenDataSet(num_queries, dim, query_data);
|
||||
dataset->SetIsSparse(is_sparse);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user