You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2020/09/26 20:53:00 UTC

[jira] [Closed] (ARROW-9838) [Rust] [DataFusion] DefaultPhysicalPlanner should insert explicit MergeExec nodes

     [ https://issues.apache.org/jira/browse/ARROW-9838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Grove closed ARROW-9838.
-----------------------------
    Resolution: Fixed

This was merged already but Jira was not updated for some reason:

 

https://github.com/apache/arrow/commit/46b6dc642bf5c826a6c8be903b5c73b749e8cd30

> [Rust] [DataFusion] DefaultPhysicalPlanner should insert explicit MergeExec nodes
> ---------------------------------------------------------------------------------
>
>                 Key: ARROW-9838
>                 URL: https://issues.apache.org/jira/browse/ARROW-9838
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: Rust, Rust - DataFusion
>            Reporter: Andy Grove
>            Assignee: Andy Grove
>            Priority: Major
>             Fix For: 2.0.0
>
>
> Operators such as GlobalLimitExec, SortExec, and HashAggregateExec (in some cases) require a single input partition. Rather than have these operators perform their own merging of input partitions, the planner should insert explicit MergeExec nodes into the physical plan, when needed.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)