andygrove commented on a change in pull request #750:
URL: https://github.com/apache/arrow-datafusion/pull/750#discussion_r673138069



##########
File path: ballista/rust/core/src/execution_plans/unresolved_shuffle.rs
##########
@@ -69,7 +78,8 @@ impl ExecutionPlan for UnresolvedShuffleExec {
     }
 
     fn output_partitioning(&self) -> Partitioning {
-        Partitioning::UnknownPartitioning(self.partition_count)
+        //TODO the output partition is known and should be populated here!

Review comment:
       I've filed https://github.com/apache/arrow-datafusion/issues/758 as a 
follow-up for implementing this since it involves more serde work.




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