Skip to content

Commit

Permalink
Update proto/ddl_service.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Bugen Zhao <[email protected]>
  • Loading branch information
stdrc and BugenZhao authored Nov 19, 2024
1 parent f0488fc commit c0592b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/ddl_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ message CreateSinkRequest {
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;
// The list of object IDs that this materialized view depends on.
// The list of object IDs that this sink depends on.
repeated uint32 dependencies = 4;
}

Expand Down

0 comments on commit c0592b3

Please sign in to comment.