mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix segment info typo (#13643)
Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user