diff --git a/internal/querynode/collection.go b/internal/querynode/collection.go index 3b267746cf..9db3793940 100644 --- a/internal/querynode/collection.go +++ b/internal/querynode/collection.go @@ -190,6 +190,7 @@ func (c *Collection) checkReleasedPartitions(partitionIDs []UniqueID) error { return nil } +// setLoadType set the loading type of collection, which is loadTypeCollection or loadTypePartition func (c *Collection) setLoadType(l loadType) { c.loadType = l }