From 0700312a4e046027c5b0e7fe0ba2613dbe8ae8bc Mon Sep 17 00:00:00 2001 From: Xieql Date: Fri, 7 Jan 2022 13:59:58 +0800 Subject: [PATCH] [skip e2e] Improve annotation (#14977) Signed-off-by: Xieql --- internal/util/typeutil/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/typeutil/schema.go b/internal/util/typeutil/schema.go index 8e41271b03..5b1c1272b6 100644 --- a/internal/util/typeutil/schema.go +++ b/internal/util/typeutil/schema.go @@ -153,7 +153,7 @@ func IsVectorType(dataType schemapb.DataType) bool { } } -// IsIntegerType returns true if input is a integer type, otherwise false +// IsIntegerType returns true if input is an integer type, otherwise false func IsIntegerType(dataType schemapb.DataType) bool { switch dataType { case schemapb.DataType_Int8, schemapb.DataType_Int16,