You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (Jira)" <ji...@apache.org> on 2021/11/11 16:08:00 UTC

[jira] [Resolved] (SPARK-37267) OptimizeSkewInRebalancePartitions support optimize non-root node

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

Wenchen Fan resolved SPARK-37267.
---------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

Issue resolved by pull request 34542
[https://github.com/apache/spark/pull/34542]

> OptimizeSkewInRebalancePartitions support optimize non-root node
> ----------------------------------------------------------------
>
>                 Key: SPARK-37267
>                 URL: https://issues.apache.org/jira/browse/SPARK-37267
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: XiDuo You
>            Priority: Major
>             Fix For: 3.3.0
>
>
> `OptimizeSkewInRebalancePartitions` now is applied if the `RebalancePartitions` is the root node, but sometimes, we expect a local sort after do RebalancePartitions that can improve the compression ratio.
> After SPARK-36184, we make validate easy that whether the rule introduces extra shuffle or not and the output partitioning is ensured by `AQEShuffleReadExec.outputPartitioning`.
> So it is safe to make `OptimizeSkewInRebalancePartitions` support optimize non-root node.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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