mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for loadPartitionTask (#10028)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/10040/head
parent
f97ccbddfd
commit
759603671c
|
@ -600,6 +600,7 @@ func (rct *ReleaseCollectionTask) rollBack(ctx context.Context) []task {
|
|||
return nil
|
||||
}
|
||||
|
||||
// LoadPartitionTask will load all the data of this partition to query nodes
|
||||
type LoadPartitionTask struct {
|
||||
*BaseTask
|
||||
*querypb.LoadPartitionsRequest
|
||||
|
|
Loading…
Reference in New Issue