mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
Fix typo in util.go (#27975)
suppot -> support Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
This commit is contained in:
parent
7e0bda8b4c
commit
ed4f20b0ed
@ -1017,7 +1017,7 @@ func translateOutputFields(outputFields []string, schema *schemapb.CollectionSch
|
||||
expr.GetColumnExpr().GetInfo().GetNestedPath()[0] == outputFieldName {
|
||||
return nil
|
||||
}
|
||||
return fmt.Errorf("not suppot getting subkeys of json field yet")
|
||||
return fmt.Errorf("not support getting subkeys of json field yet")
|
||||
})
|
||||
if err != nil {
|
||||
log.Info("parse output field name failed", zap.String("field name", outputFieldName))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user