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

[skip ci]Modify comment for SetState (#9141)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
上级 94af9ec4
......@@ -78,7 +78,7 @@ func (s *SegmentsInfo) SetRowCount(segmentID UniqueID, rowCount int64) {
}
}
// SetStates sets Segment State info for SegmentInfo with provided segmentID
// SetState sets Segment State info for SegmentInfo with provided segmentID
// if SegmentInfo not found, do nothing
func (s *SegmentsInfo) SetState(segmentID UniqueID, state commonpb.SegmentState) {
if segment, ok := s.segments[segmentID]; ok {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册