[
https://issues.apache.org/jira/browse/SPARK-32740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Takeshi Yamamuro resolved SPARK-32740.
--------------------------------------
Fix Version/s: 3.1.0
Assignee: Cheng Su
Resolution: Fixed
Resolved by [https://github.com/apache/spark/pull/29583]
> Refactor common partitioning/distribution logic to BaseAggregateExec
> --------------------------------------------------------------------
>
> Key: SPARK-32740
> URL: https://issues.apache.org/jira/browse/SPARK-32740
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 3.1.0
> Reporter: Cheng Su
> Assignee: Cheng Su
> Priority: Trivial
> Fix For: 3.1.0
>
>
> For all three different aggregate physical operator: `HashAggregateExec`,
> `ObjectHashAggregateExec` and `SortAggregateExec`, they have same
> `outputPartitioning` and `requiredChildDistribution` logic. Refactor these
> same logic into their super class `BaseAggregateExec` to avoid code
> duplication and future bugs (similar to `HashJoin` and `ShuffledJoin`).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]