[skip ci] Add comment for DescribeCollection (#11446)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/11459/head
dragondriver 2021-11-08 20:36:04 +08:00 committed by GitHub
parent d8aa86ca0a
commit 9ff3b75f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ func (node *Proxy) ReleaseCollection(ctx context.Context, request *milvuspb.Rele
return rct.result, nil
}
// DescribeCollection get the meta information of specific collection, such as schema, created timestamp and etc.
func (node *Proxy) DescribeCollection(ctx context.Context, request *milvuspb.DescribeCollectionRequest) (*milvuspb.DescribeCollectionResponse, error) {
if !node.checkHealthy() {
return &milvuspb.DescribeCollectionResponse{