You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2022/03/03 01:31:00 UTC

[jira] [Assigned] (SPARK-37753) DynamicJoinSelection.shouldDemoteBroadcastHashJoin should apply to left outer with join many empty partitions on the left

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

Apache Spark reassigned SPARK-37753:
------------------------------------

    Assignee: Apache Spark

> DynamicJoinSelection.shouldDemoteBroadcastHashJoin should apply to left outer with join many empty partitions on the left
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-37753
>                 URL: https://issues.apache.org/jira/browse/SPARK-37753
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.4.8
>            Reporter: Eugene Koifman
>            Assignee: Apache Spark
>            Priority: Major
>
> if {{DynamicJoinSelection}} sees a LOJ where there are many empty partitions on the left, we want to run it as a shuffle join so that tasks with empty LHS short circuit quickly.
> So we should inhibit Broadcast join.
> This is a follow up to SPARK-37193



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