asolimando commented on code in PR #23651:
URL: https://github.com/apache/datafusion/pull/23651#discussion_r3605472157
##########
datafusion/physical-plan/src/analyze.rs:
##########
@@ -119,6 +130,7 @@ impl AnalyzeExecBuilder {
metric_types: self.metric_types,
metric_categories: self.metric_categories,
format: self.format,
+ statistics_registry: self.statistics_registry,
Review Comment:
The registry here is needed to keep `EXPLAIN ANALYZE` and `EXPLAIN` in sync
when statistics providers are in use.
--
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]