diff --git a/src/common/query/src/physical_plan.rs b/src/common/query/src/physical_plan.rs index 05faf00d5d..fd767a121e 100644 --- a/src/common/query/src/physical_plan.rs +++ b/src/common/query/src/physical_plan.rs @@ -203,10 +203,6 @@ impl DfPhysicalPlan for DfPhysicalPlanAdapter { Ok(Box::pin(DfRecordBatchStreamAdapter::new(stream))) } - fn metrics(&self) -> Option { - self.0.metrics() - } - fn statistics(&self) -> Statistics { Statistics::default() }