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


##########
ballista/scheduler/src/state/aqe/mod.rs:
##########
@@ -1167,6 +1167,9 @@ impl ExecutionGraph for AdaptiveExecutionGraph {
 
     /// fail job with error message
     fn fail_job(&mut self, error: String) {
+        // Same as non-AQE graph: persist end time when the job fails.

Review Comment:
   do we need this comment ?



##########
ballista/scheduler/src/state/execution_graph.rs:
##########
@@ -1348,6 +1348,10 @@ impl ExecutionGraph for StaticExecutionGraph {
 
     /// fail job with error message
     fn fail_job(&mut self, error: String) {
+        // Match `succeed_job`: record wall-clock end time so job metadata and 
REST consumers

Review Comment:
   do we need this comment ?



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