mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint warning of common (#10817)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/10852/head
parent
de8294f057
commit
87a3af2c4b
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue