milenkovicm commented on code in PR #2016:
URL:
https://github.com/apache/datafusion-ballista/pull/2016#discussion_r3705832659
##########
ballista/executor/src/executor_server.rs:
##########
@@ -889,8 +889,10 @@ impl<T: 'static + AsLogicalPlan, U: 'static +
AsExecutionPlan> ExecutorGrpc
scheduler_id,
} = request.into_inner();
let task_sender = self.executor_env.tx_task.clone();
+ let mut failed_jobs = vec![];
Review Comment:
set instead of list perhaps ?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]