mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix download typo (#11573)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/11590/head
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