mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
[skip ci]Fix download typo (#11573)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
1c242b3b7a
commit
038d0f1adf
@ -40,7 +40,7 @@ var (
|
||||
|
||||
type downloader interface {
|
||||
// load downloads binlogs from blob storage for given paths.
|
||||
// The paths are 1 group of binlog paths generated by 1 `Serialize`.
|
||||
// The paths are 1 group of binlog paths generated by 1 `Serialize`.
|
||||
//
|
||||
// download downloads insert-binlogs, stats-binlogs, and delta-binlogs.
|
||||
download(ctx context.Context, paths []string) ([]*Blob, error)
|
||||
|
Loading…
Reference in New Issue
Block a user