未验证 提交 42480da5 编写于 作者: S sunby 提交者: GitHub

[skip ci]Add comment for GetSegmentInfoChannel (#10606)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
上级 1888b7e1
......@@ -402,6 +402,8 @@ func (c *Client) GetPartitionStatistics(ctx context.Context, req *datapb.GetPart
return ret.(*datapb.GetPartitionStatisticsResponse), err
}
// GetSegmentInfoChannel DEPRECATED
// legacy api to get SegmentInfo Channel name
func (c *Client) GetSegmentInfoChannel(ctx context.Context) (*milvuspb.StringResponse, error) {
ret, err := c.recall(func() (interface{}, error) {
client, err := c.getGrpcClient()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册