feniljain commented on code in PR #19626:
URL: https://github.com/apache/datafusion/pull/19626#discussion_r2662095295
##########
datafusion/physical-plan/src/async_func.rs:
##########
@@ -207,8 +209,11 @@ impl ExecutionPlan for AsyncFuncExec {
let async_exprs_captured = Arc::clone(&async_exprs_captured);
let schema_captured = Arc::clone(&schema_captured);
let config_options = Arc::clone(&config_options_ref);
+ let baseline_metrics_captured = baseline_metrics.clone();
async move {
+ let timer =
baseline_metrics_captured.elapsed_compute().timer();
Review Comment:
Very interesting, thanks for pointing out, I hadn't thought about that!
Lemme remove the timer part.
--
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]