[skip e2e] Add comment for validateMultipleVectorFields (#13652)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/13675/head
Jiquan Long 2021-12-17 22:19:03 +08:00 committed by GitHub
parent 037b9b0d4e
commit d7a0857dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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