From ed4f20b0ed5457d42e6ff0c88df334dd765dd115 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 30 Oct 2023 15:40:27 +0900 Subject: [PATCH] Fix typo in util.go (#27975) suppot -> support Signed-off-by: Ikko Eltociear Ashimine --- internal/proxy/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/proxy/util.go b/internal/proxy/util.go index d2285f536d..bde14d0034 100644 --- a/internal/proxy/util.go +++ b/internal/proxy/util.go @@ -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))