mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 09:08:43 +08:00
[skip ci] Fix golint error for segmentDelete (#11855)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
5e19629b3b
commit
fc0a34f40d
@ -674,7 +674,7 @@ func (s *Segment) segmentDelete(offset int64, entityIDs *[]UniqueID, timestamps
|
||||
}
|
||||
|
||||
if len(*entityIDs) != len(*timestamps) {
|
||||
return errors.New("Length of entityIDs not equal to length of timestamps")
|
||||
return errors.New("length of entityIDs not equal to length of timestamps")
|
||||
}
|
||||
|
||||
var cOffset = C.long(offset)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user