[skip ci]Fix datanode compaction comment typo (#13631)

Signed-off-by: godchen0212 <qingxiang.chen@zilliz.com>
pull/13821/head
godchen 2021-12-21 09:19:10 +08:00 committed by GitHub
parent 1617490b4e
commit d59647bb3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ func (t *compactionTask) shadowClone(opts ...compactionTaskOpt) *compactionTask
var _ compactionPlanContext = (*compactionPlanHandler)(nil)
type compactionPlanHandler struct {
plans map[int64]*compactionTask // planid -> task
plans map[int64]*compactionTask // planID -> task
sessions *SessionManager
meta *meta
chManager *ChannelManager