xudong963 commented on code in PR #15954:
URL: https://github.com/apache/datafusion/pull/15954#discussion_r2081994480


##########
datafusion/physical-plan/src/test/exec.rs:
##########
@@ -614,6 +614,103 @@ impl ExecutionPlan for StatisticsExec {
     }
 }
 
+/// A mock execution plan that returns per-partition statistics

Review Comment:
   Maybe you can just create `DataSourceExec` with statistics to do tests. 
https://github.com/apache/datafusion/blob/main/datafusion/core/tests/physical_optimizer/partition_statistics.rs#L189



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to