mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment to datacoord handler (#13555)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/13466/head
parent
f9f25057ea
commit
5431e475ae
|
@ -119,6 +119,7 @@ func trimSegmentInfo(info *datapb.SegmentInfo) *datapb.SegmentInfo {
|
|||
}
|
||||
}
|
||||
|
||||
// GetCollection returns collection info with specified collection id
|
||||
func (h *ServerHandler) GetCollection(ctx context.Context, collectionID UniqueID) *datapb.CollectionInfo {
|
||||
coll := h.s.meta.GetCollection(collectionID)
|
||||
if coll != nil {
|
||||
|
|
Loading…
Reference in New Issue