Skip to content

Commit

Permalink
chore(table.proto): resolve conflicts during cherry-pick of #11624
Browse files Browse the repository at this point in the history
  • Loading branch information
wlwilliamx committed Oct 12, 2024
1 parent eb19115 commit 1c576ae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cdc/processor/tablepb/table.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@ message Stats {
// Number of captured regions.
uint64 region_count = 1;
// The current timestamp from the table's point of view.
<<<<<<< HEAD
uint64 current_ts = 2 [(gogoproto.casttype) = "github.com/pingcap/tiflow/cdc/model.Ts"];
=======
uint64 current_ts = 2 [(gogoproto.casttype) = "Ts", deprecated = true]; // Deprecated: Do not use this field.
>>>>>>> 1b026f6b75 (cordinator(ticdc): Fix Puller Resolved TS Lag Calculation and Deprecate current_ts Field in Stats (#11624))
uint64 current_ts = 2 [(gogoproto.casttype) = "github.com/pingcap/tiflow/cdc/model.Ts", deprecated = true]; // Deprecated: Do not use this field.
// Checkponits at each stage.
map<string, Checkpoint> stage_checkpoints = 3 [(gogoproto.nullable) = false];
// The barrier timestamp of the table.
Expand Down

0 comments on commit 1c576ae

Please sign in to comment.