You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "XiDuo You (Jira)" <ji...@apache.org> on 2022/04/13 11:54:00 UTC

[jira] [Updated] (SPARK-38887) Support switch inner join side for sort merge join

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

XiDuo You updated SPARK-38887:
------------------------------
    Summary: Support switch inner join side for sort merge join  (was: Support swtich inner join side for sort merge join)

> Support switch inner join side for sort merge join
> --------------------------------------------------
>
>                 Key: SPARK-38887
>                 URL: https://issues.apache.org/jira/browse/SPARK-38887
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.4.0
>            Reporter: XiDuo You
>            Priority: Major
>
> For an inner join type SortMergeJoin, it always uses the left side as streamed side and right side as buffered side.
> Accoirding to the implementaion of SortMergeJoin, we expect the buffered side to be:
>  * smaller than streamed side
>  * has less duplicate data
> We do not know whether the join will be SortMergeJoin at logical phase, so it should do this selection at physcial phase.



--
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