You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ulysses you (Jira)" <ji...@apache.org> on 2021/05/06 01:40:00 UTC

[jira] [Updated] (SPARK-34980) Support coalesce partition through union

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

ulysses you updated SPARK-34980:
--------------------------------
        Parent: SPARK-33828
    Issue Type: Sub-task  (was: Improvement)

> Support coalesce partition through union
> ----------------------------------------
>
>                 Key: SPARK-34980
>                 URL: https://issues.apache.org/jira/browse/SPARK-34980
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.2.0
>            Reporter: ulysses you
>            Priority: Minor
>
> The rule `CoalesceShufflePartitions` can only coalesce paritition if
> * leaf node is ShuffleQueryStage
> * all shuffle have same partition number
> With `Union`, it might break the assumption. Let's say we have such plan
> {code:java}
> Union
>    HashAggregate
>       ShuffleQueryStage
>    FileScan
> {code}
> `CoalesceShufflePartitions` can not optimize it and the result partition would be `shuffle partition + FileScan partition` which can be quite lagre.
> It's better to support partial optimize with `Union`.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org