chore: try using df_plan.metrics()

This commit is contained in:
shuiyisong
2023-06-25 17:10:00 +08:00
parent 4945d6682d
commit c2c5801156

View File

@@ -150,7 +150,7 @@ impl PhysicalPlan for PhysicalPlanAdapter {
}
fn metrics(&self) -> Option<MetricsSet> {
Some(self.metric.clone_inner())
self.df_plan.metrics()
}
}