mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for validateMultipleVectorFields (#13652)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/13675/head
parent
037b9b0d4e
commit
d7a0857dc4
|
@ -348,6 +348,7 @@ func validateSchema(coll *schemapb.CollectionSchema) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// validateMultipleVectorFields check if schema has multiple vector fields.
|
||||
func validateMultipleVectorFields(schema *schemapb.CollectionSchema) error {
|
||||
vecExist := false
|
||||
var vecName string
|
||||
|
|
Loading…
Reference in New Issue