mirror of https://github.com/milvus-io/milvus.git
pr: #38789 Signed-off-by: sunby <sunbingyi1992@gmail.com>pull/41024/head
parent
e0f274a1b8
commit
c7ca352de5
|
@ -340,6 +340,7 @@ TEST_F(TestChunkSegment, TestCompareExpr) {
|
|||
file_manager_ctx.fieldDataMeta.field_schema.set_data_type(
|
||||
milvus::proto::schema::Int64);
|
||||
file_manager_ctx.fieldDataMeta.field_schema.set_fieldid(fid.get());
|
||||
file_manager_ctx.fieldDataMeta.field_id = fid.get();
|
||||
index::CreateIndexInfo create_index_info;
|
||||
create_index_info.field_type = DataType::INT64;
|
||||
create_index_info.index_type = index::INVERTED_INDEX_TYPE;
|
||||
|
|
Loading…
Reference in New Issue