mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for validateMultipleVectorFields (#13652)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user