From c3423a09c8527012cf8e0578dc38f33aee41696b Mon Sep 17 00:00:00 2001 From: congqixia Date: Tue, 4 Jan 2022 17:33:22 +0800 Subject: [PATCH] Add comment for chanPartSegments (#14748) Signed-off-by: Congqi Xia --- internal/datacoord/meta.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/datacoord/meta.go b/internal/datacoord/meta.go index 2888837471..2da8d90d69 100644 --- a/internal/datacoord/meta.go +++ b/internal/datacoord/meta.go @@ -101,6 +101,7 @@ func (m *meta) GetCollection(collectionID UniqueID) *datapb.CollectionInfo { return collection } +// chanPartSegments is an internal result struct, which is aggregates of SegmentInfos with same collectionID, partitionID and channelName type chanPartSegments struct { collecionID UniqueID partitionID UniqueID