mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix segment info typo (#13643)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>pull/13821/head
parent
d59647bb3f
commit
c1cb69ed7e
|
@ -285,7 +285,7 @@ func SetFlushTime(t time.Time) SegmentInfoOption {
|
|||
}
|
||||
}
|
||||
|
||||
// SetIsCompacting is the option to set compacton state for segment info
|
||||
// SetIsCompacting is the option to set compaction state for segment info
|
||||
func SetIsCompacting(isCompacting bool) SegmentInfoOption {
|
||||
return func(segment *SegmentInfo) {
|
||||
segment.isCompacting = isCompacting
|
||||
|
|
Loading…
Reference in New Issue