[skip ci]Fix download typo (#11577)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
godchen 2021-11-10 20:11:35 +08:00 committed by GitHub
parent 0fc1e12faf
commit 14d2891a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ func (b *binlogIO) upload(
return p, nil return p, nil
} }
// returns key, value // genDeltaBlobs returns key, value
func (b *binlogIO) genDeltaBlobs(data *DeleteData, collID, partID, segID UniqueID) (string, []byte, error) { func (b *binlogIO) genDeltaBlobs(data *DeleteData, collID, partID, segID UniqueID) (string, []byte, error) {
dCodec := storage.NewDeleteCodec() dCodec := storage.NewDeleteCodec()