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

Commit 634701b

Browse files
authored
fill size in SSTMeta (#233)
1 parent 593c33d commit 634701b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/restore/util.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ func getSSTMetaFromFile(
115115
Start: rangeStart,
116116
End: rangeEnd,
117117
},
118+
Length: file.GetSize_(),
118119
RegionId: region.GetId(),
119120
RegionEpoch: region.GetRegionEpoch(),
120121
}

0 commit comments

Comments
 (0)