[skip ci] Fix golint warning of common (#10817)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/10852/head
dragondriver 2021-10-28 20:17:28 +08:00 committed by GitHub
parent de8294f057
commit 87a3af2c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,6 @@ const (
// InvalidPartitionID indicates that the partition is not specified. It will be set when the partitionName is empty
InvalidPartitionID = int64(-1)
// InvalidField indicates that the field does not exist . It will be set when the field is not found.
// InvalidFieldID indicates that the field does not exist . It will be set when the field is not found.
InvalidFieldID = int64(-1)
)