liukun4515 commented on a change in pull request #2006:
URL: https://github.com/apache/arrow-datafusion/pull/2006#discussion_r827561376
##########
File path: ballista/rust/scheduler/src/scheduler_server/event_loop.rs
##########
@@ -70,12 +70,28 @@ impl<T: 'static + AsLogicalPlan, U: 'static +
AsExecutionPlan>
return Ok(Some(SchedulerServerEvent::JobSubmitted(job_id)));
}
+ let mut executors_delta_data: Vec<ExecutorDeltaData> =
available_executors
Review comment:
`executors_delta_data` is confused for me, because this just clone/copy
some attributes from `available_executors`
--
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]