mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for LoadCollectionTask (#9989)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/10000/head
parent
f6a836c784
commit
da5195aab8
|
@ -238,6 +238,7 @@ func (bt *BaseTask) rollBack(ctx context.Context) []task {
|
|||
}
|
||||
|
||||
//************************grpcTask***************************//
|
||||
// LoadCollectionTask will load all the data of this collection to query nodes
|
||||
type LoadCollectionTask struct {
|
||||
*BaseTask
|
||||
*querypb.LoadCollectionRequest
|
||||
|
|
Loading…
Reference in New Issue