Skip to content

Commit

Permalink
Add comment explaining affected_table_change field in CreateSinkRequest.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanicky committed Nov 24, 2023
1 parent 9119ec3 commit b905cd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion proto/ddl_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ message AlterSourceResponse {
uint64 version = 2;
}


message CreateSinkRequest {
catalog.Sink sink = 1;
stream_plan.StreamFragmentGraph fragment_graph = 2;
// It is used to provide a replace plan for the downstream table in `create sink into table` requests.
optional ReplaceTablePlan affected_table_change = 3;
}

Expand Down
1 change: 0 additions & 1 deletion proto/stream_plan.proto
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ message ThrottleMutation {
map<uint32, RateLimit> actor_throttle = 1;
}


message CombinedMutation {
repeated BarrierMutation mutations = 1;
}
Expand Down

0 comments on commit b905cd5

Please sign in to comment.