milenkovicm commented on code in PR #1361:
URL: 
https://github.com/apache/datafusion-ballista/pull/1361#discussion_r2750791418


##########
ballista/scheduler/src/state/task_manager.rs:
##########
@@ -516,15 +516,13 @@ impl<T: 'static + AsLogicalPlan, U: 'static + 
AsExecutionPlan> TaskManager<T, U>
     pub async fn executor_lost(&self, executor_id: &str) -> 
Result<Vec<RunningTaskInfo>> {
         // Collect all the running task need to cancel when there are running 
stages rolled back.
         let mut running_tasks_to_cancel: Vec<RunningTaskInfo> = vec![];
-        // Collect graphs we update so we can update them in storage
-        let updated_graphs: DashMap<String, ExecutionGraph> = DashMap::new();

Review Comment:
   it was dead code, hard to tell if we need follow up issue



-- 
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]

Reply via email to