[
https://issues.apache.org/jira/browse/SPARK-44571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749895#comment-17749895
]
Hudson commented on SPARK-44571:
--------------------------------
User 'beliefer' has created a pull request for this issue:
https://github.com/apache/spark/pull/42223
> Eliminate the Join by combine multiple Aggregates
> -------------------------------------------------
>
> Key: SPARK-44571
> URL: https://issues.apache.org/jira/browse/SPARK-44571
> Project: Spark
> Issue Type: New Feature
> Components: SQL
> Affects Versions: 3.5.0
> Reporter: jiaan.geng
> Priority: Major
>
> Recently, I investigate the test case q28 which is belong to the TPC-DS
> queries.
> The query contains multiple scalar subquery with aggregation and connected
> with inner join.
> If we can merge the filters and aggregates, we can scan data source only once
> and eliminate the join so as avoid shuffle. Obviously, this change will
> improve the performance.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]