mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci]Fix download typo (#11577)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
0fc1e12faf
commit
14d2891a69
@ -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()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user