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/12/24 15:58:00 UTC

[jira] [Updated] (ARROW-11011) [Rust] [DataFusion] Implement hash partitioning

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

Andy Grove updated ARROW-11011:
-------------------------------
    Description: 
Once https://issues.apache.org/jira/browse/ARROW-10582 is implemented, we should add support for hash partitioning. The logical physical plans already support create a plan with hash partitioning but the execution needs implementing in repartition.rs

 

As part of this issue, we should remove the following comment from the logical and physical Partitioning enum:

 

{color:#629755}/// This partitioning scheme is not yet fully supported. See https://issues.apache.org/jira/browse/ARROW-11011
{color}

  was:Once https://issues.apache.org/jira/browse/ARROW-10582 is implemented, we should add support for hash partitioning. The logical physical plans already support create a plan with hash partitioning but the execution needs implementing in repartition.rs


> [Rust] [DataFusion] Implement hash partitioning
> -----------------------------------------------
>
>                 Key: ARROW-11011
>                 URL: https://issues.apache.org/jira/browse/ARROW-11011
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust - DataFusion
>            Reporter: Andy Grove
>            Priority: Major
>
> Once https://issues.apache.org/jira/browse/ARROW-10582 is implemented, we should add support for hash partitioning. The logical physical plans already support create a plan with hash partitioning but the execution needs implementing in repartition.rs
>  
> As part of this issue, we should remove the following comment from the logical and physical Partitioning enum:
>  
> {color:#629755}/// This partitioning scheme is not yet fully supported. See https://issues.apache.org/jira/browse/ARROW-11011
> {color}



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