mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Remove checking of VectorFieldMetricType in create_collection
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
c149995bcd
commit
bbc65e0b14
@ -344,9 +344,6 @@ func (cct *CreateCollectionTask) PreExecute(ctx context.Context) error {
|
||||
}
|
||||
}
|
||||
}
|
||||
if err := ValidateVectorFieldMetricType(field); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user