mirror of https://github.com/milvus-io/milvus.git
Fix typo in util.go (#27975)
suppot -> support Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>pull/27274/head
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…
Reference in New Issue