Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
Signed-off-by: lance6716 <[email protected]>
  • Loading branch information
lance6716 committed Feb 20, 2024
1 parent bbe58d6 commit e0ee9d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/import_sstpb/import_sstpb.pb.go

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

3 changes: 3 additions & 0 deletions proto/import_sstpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ message Pair {
message WriteBatch {
uint64 commit_ts = 1;
repeated Pair pairs = 2;
// in order to be compatible with features like PiTR, import service should use
// this optional fields to compose data in write CF. When it's not set, import
// service can use commit_ts instead.
uint64 start_ts = 3;
}

Expand Down

0 comments on commit e0ee9d1

Please sign in to comment.