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



##########
File path: ballista/rust/core/src/execution_plans/distributed_query.rs
##########
@@ -203,6 +203,12 @@ impl ExecutionPlan for DistributedQueryExec {
             }
         }
     }
+
+    fn statistics(&self) -> Statistics {
+        // We cannot infer the statistics until the logical plan

Review comment:
       Agreed, let me clarify this

##########
File path: ballista/rust/core/src/execution_plans/unresolved_shuffle.rs
##########
@@ -117,4 +119,12 @@ impl ExecutionPlan for UnresolvedShuffleExec {
             }
         }
     }
+
+    fn statistics(&self) -> Statistics {
+        // We could try to fetch the statistics here from the shuffle writer,

Review comment:
       Agreed, let me clarify this




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