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

Commit 745c487

Browse files
committed
fill size in SSTMeta
1 parent 7de169d commit 745c487

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)