Skip to content

Commit

Permalink
reshape comments
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <[email protected]>
  • Loading branch information
YuJuncen committed Sep 23, 2024
1 parent e95364c commit 31db678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/brpb/brpb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/brpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,8 @@ message DataFileInfo {
// If a region get split or merged during observing, the file may contain multi epoches.
// This may not be complete: file may contain records from other versions.
//
// For now(v8.5), there will only be exactly one epoch due to the restriction of log backup code.
// `region_start_key` and `region_end_key` will match this epoch.
// If there is exactly one epoch,
// `region_start_key` and `region_end_key` must match this epoch.
repeated metapb.RegionEpoch region_epoch = 22;

// Encryption information of this data file, not set if plaintext.
Expand Down

0 comments on commit 31db678

Please sign in to comment.