rdettai commented on a change in pull request #965:
URL: https://github.com/apache/arrow-datafusion/pull/965#discussion_r706858311



##########
File path: datafusion/src/physical_plan/analyze.rs
##########
@@ -206,4 +208,9 @@ impl ExecutionPlan for AnalyzeExec {
             }
         }
     }
+
+    fn statistics(&self) -> Statistics {
+        // TODO stats: validate that we don't need to provide statistics on an 
EXPLAIN plan

Review comment:
       removed TODO in that sense




-- 
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]


Reply via email to