[skip ci]Fix download typo (#11577)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/11590/head
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
1 changed files with 1 additions and 1 deletions

View File

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