mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
[skip ci]Fix download typo (#11575)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
038d0f1adf
commit
0fc1e12faf
@ -48,7 +48,7 @@ type downloader interface {
|
||||
|
||||
type uploader interface {
|
||||
// upload saves InsertData and DeleteData into blob storage.
|
||||
// stats-binlogs are generated from InsertData.
|
||||
// stats-binlogs are generated from InsertData.
|
||||
upload(ctx context.Context, segID, partID UniqueID, iData []*InsertData, dData *DeleteData, meta *etcdpb.CollectionMeta) (*cpaths, error)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user