Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fill size in SSTMeta (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
3pointer authored Apr 11, 2020
1 parent 593c33d commit 634701b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/restore/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func getSSTMetaFromFile(
Start: rangeStart,
End: rangeEnd,
},
Length: file.GetSize_(),
RegionId: region.GetId(),
RegionEpoch: region.GetRegionEpoch(),
}
Expand Down

0 comments on commit 634701b

Please sign in to comment.