mirror of https://github.com/milvus-io/milvus.git
enhance: Fix SearchOnSealed clang-format lint (#36056)
Related to #36008 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/36044/head^2
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…
Reference in New Issue