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


##########
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:
   no, removed it. Calling timestamp_millis() before building FailedJob is 
clear from the code and parity with succeed_job is obvious....



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