Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Apr 24, 2024
1 parent f7d0073 commit af80ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions java/src/main/java/io/greptime/v1/flow/Server.java

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

2 changes: 1 addition & 1 deletion proto/greptime/v1/flow/server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ message FlowResponse {
repeated TaskId affected_tasks = 4;
}

// very similiar to `ddl.CreateTaskExpr` just replace `task_name` with `task_id`
// very similar to `ddl.CreateTaskExpr` just replace `task_name` with `task_id`
message FlowCreateRequest {
TaskId task_id = 1;
TableId output_table_id = 2;
Expand Down

0 comments on commit af80ed1

Please sign in to comment.