Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunzhu committed Dec 1, 2022
1 parent 43997e7 commit 32071ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/lightning/restore/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,7 @@ type deliveredKVs struct {
offset int64
rowID int64

realOffset int64
realOffset int64 // indicates file reader's current position, only used for compressed files
}

type deliverResult struct {
Expand Down

0 comments on commit 32071ed

Please sign in to comment.