Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Jan 25, 2025
1 parent e8ee295 commit 6acb271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/task_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ message FastInsertRequest {
// be filled in streaming.
optional uint32 row_id_index = 5;

// Use this number to assign the insert req to different worker nodes and dml channels.
// Use this number to assign the insert req to different worker nodes and dml channels.
uint32 request_id = 6;
bool wait_for_persistence = 7;
// TODO(kexiang): add support for default columns. plan_common.ExprContext expr_context is needed for it.
Expand Down

0 comments on commit 6acb271

Please sign in to comment.