[skip e2e] Improve annotation (#14977)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
Xieql 2022-01-07 13:59:58 +08:00 committed by GitHub
parent 8b06aac7a9
commit 0700312a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,