Skip to content

Commit

Permalink
chore: apply suggestions from CR
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed May 9, 2024
1 parent 59b765d commit 00d139e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/greptime/v1/flow/server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ message FlowRequest {
message FlowResponse {
ResponseHeader header = 1;
uint64 affected_rows = 2;
map<string, bytes> extension = 3;
// affected task ids
repeated FlowId affected_tasks = 4;
// affected flow ids
repeated FlowId affected_flows = 3;
map<string, bytes> extension = 4;
}

// Create a flow
Expand Down

0 comments on commit 00d139e

Please sign in to comment.