Skip to content

Commit

Permalink
br: add new timestamp for download sst rewrite rule (#56063)
Browse files Browse the repository at this point in the history
ref #54426
  • Loading branch information
Leavrth committed Sep 18, 2024
1 parent 349f534 commit 3f20732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions br/pkg/restore/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ func (importer *FileImporter) downloadSST(
rule := import_sstpb.RewriteRule{
OldKeyPrefix: encodeKeyPrefix(fileRule.GetOldKeyPrefix()),
NewKeyPrefix: encodeKeyPrefix(fileRule.GetNewKeyPrefix()),
NewTimestamp: fileRule.NewTimestamp,
}
sstMeta := GetSSTMetaFromFile(id, file, regionInfo.Region, &rule)

Expand Down

0 comments on commit 3f20732

Please sign in to comment.