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


##########
ballista/rust/scheduler/src/state/execution_graph.rs:
##########
@@ -485,8 +490,139 @@ impl ExecutionGraph {
         self.output_locations.clone()
     }
 
+    /// Reset running and completed stages on a given executor

Review Comment:
   Yes, I already added two UTs to test the reset logic.
   
   ````
   async fn test_reset_completed_stage()
   
   async fn test_reset_resolved_stage()
   
   ````



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