You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/04 15:04:26 UTC

[GitHub] [arrow-datafusion] tustvold commented on a diff in pull request #2434: Make ExecutionPlan Sync

tustvold commented on code in PR #2434:
URL: https://github.com/apache/arrow-datafusion/pull/2434#discussion_r864952518


##########
datafusion/core/src/scheduler/pipeline/execution.rs:
##########
@@ -125,23 +122,8 @@ impl ExecutionPipeline {
         // Construct the output streams
         let output_count = proxied.output_partitioning().partition_count();
         let outputs = (0..output_count)
-            .map(|x| {

Review Comment:
   :wave:



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org