[ https://issues.apache.org/jira/browse/SPARK-37193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eugene Koifman resolved SPARK-37193. ------------------------------------ Fix Version/s: 3.3.0 Resolution: Abandoned this was addressed in SPARK-37753 > DynamicJoinSelection.shouldDemoteBroadcastHashJoin should not apply to outer > joins > ---------------------------------------------------------------------------------- > > Key: SPARK-37193 > URL: https://issues.apache.org/jira/browse/SPARK-37193 > Project: Spark > Issue Type: Improvement > Components: SQL > Affects Versions: 3.1.1 > Reporter: Eugene Koifman > Assignee: Eugene Koifman > Priority: Major > Fix For: 3.3.0 > > > {{DynamicJoinSelection.shouldDemoteBroadcastHashJoin}} will prevent AQE from > converting Sort merge join into a broadcast join because SMJ is faster when > the side that would be broadcast has a lot of empty partitions. > This makes sense for inner joins which can short circuit if one side is > empty. > For (left,right) outer join, the streaming side still has to be processed so > demoting broadcast join doesn't have the same advantage. -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org