mingmwang commented on code in PR #146:
URL: https://github.com/apache/arrow-ballista/pull/146#discussion_r946287888


##########
ballista/rust/core/proto/ballista.proto:
##########
@@ -732,6 +740,14 @@ message LaunchTaskResult {
   // TODO when part of the task set are scheduled successfully
 }
 
+message CancelTasksParams {
+  repeated PartitionId partition_id = 1;
+}
+

Review Comment:
   Can we name the partition_id to task_id here ?
   
   ````
     PartitionId task_id = 1;



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to