Skip to content

Commit

Permalink
fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
3AceShowHand committed Jan 17, 2022
1 parent 47c625e commit 9eee532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc/sink/codec/craft/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ func (b *RowChangedEventBuffer) Size() int {
return b.estimatedSize
}

// Number of rows batched in this buffer
// RowsCount return Number of rows batched in this buffer
func (b *RowChangedEventBuffer) RowsCount() int {
return b.eventsCount
}
Expand Down

0 comments on commit 9eee532

Please sign in to comment.