[skip e2e] Add comment for enableMultipleVectorFields (#14200)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
Jiquan Long 2021-12-24 19:25:20 +08:00 committed by GitHub
parent 381698fc18
commit fb3b419c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ import (
"github.com/milvus-io/milvus/internal/proto/schemapb"
)
// enableMultipleVectorFields indicates whether to enable multiple vector fields.
const enableMultipleVectorFields = false
func isAlpha(c uint8) bool {