mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip e2e] Add comment to datacoord handler (#13555)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
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 {
|
func (h *ServerHandler) GetCollection(ctx context.Context, collectionID UniqueID) *datapb.CollectionInfo {
|
||||||
coll := h.s.meta.GetCollection(collectionID)
|
coll := h.s.meta.GetCollection(collectionID)
|
||||||
if coll != nil {
|
if coll != nil {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user