[
https://issues.apache.org/jira/browse/SPARK-52767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wenchen Fan resolved SPARK-52767.
---------------------------------
Fix Version/s: 4.1.0
Resolution: Fixed
Issue resolved by pull request 51451
[https://github.com/apache/spark/pull/51451]
> Hidden performance issues with join and union
> ---------------------------------------------
>
> Key: SPARK-52767
> URL: https://issues.apache.org/jira/browse/SPARK-52767
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 4.0.0
> Reporter: Mingliang Zhu
> Assignee: Mingliang Zhu
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.1.0
>
>
> The maxRows of join needs to calculate the maxRows of left and right twice
> respectively, the number of maxRows executions of join increases
> exponentially with the number of joins, poor performance when there are many
> joins.
> So we need make the maxRows of left and right in join only calculated once.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]