未验证 提交 ac2a2768 编写于 作者: D dragondriver 提交者: GitHub

[skip ci] Fix golint warning of validate_util.go (#11089)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 232f75a0
......@@ -210,6 +210,7 @@ func validatePrimaryKey(coll *schemapb.CollectionSchema) error {
return nil
}
// RepeatedKeyValToMap transfer the kv pairs to map.
func RepeatedKeyValToMap(kvPairs []*commonpb.KeyValuePair) (map[string]string, error) {
resMap := make(map[string]string)
for _, kv := range kvPairs {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册