mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix download typo (#11577)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/11590/head
parent
0fc1e12faf
commit
14d2891a69
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue