avantgardnerio commented on code in PR #2175:
URL:
https://github.com/apache/datafusion-ballista/pull/2175#discussion_r3658454596
##########
ballista/scheduler/src/state/execution_graph.rs:
##########
@@ -950,12 +953,15 @@ impl ExecutionGraph for StaticExecutionGraph {
running_stage
.update_task_metrics(task_id,
operator_metrics)?;
+ let SuccessfulTask {
+ partitions,
+ runtime_stats,
+ ..
+ } = successful_task;
+
running_stage.append_runtime_stats_reports(runtime_stats);
Review Comment:
Thanks @phillipleblanc , you're correct it wouldn't break things badly, but
it certainly isn't good. Fixed!
--
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]