alamb commented on code in PR #8113:
URL: https://github.com/apache/arrow-datafusion/pull/8113#discussion_r1391364572
##########
datafusion/core/src/physical_planner.rs:
##########
@@ -1900,6 +1900,18 @@ impl DefaultPhysicalPlanner {
.to_stringified(e.verbose,
InitialPhysicalPlan),
);
+ // Add plan with stats for verbose case even if
show_statistics is false
Review Comment:
This comment seems confusing as the next line checks for
`!config.show_statistics`.
--
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]