You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/09/15 15:25:40 UTC

[GitHub] [spark] ekoifman commented on pull request #34464: [SPARK-37193][SQL] DynamicJoinSelection.shouldDemoteBroadcastHashJoin should not apply to outer joins

ekoifman commented on PR #34464:
URL: https://github.com/apache/spark/pull/34464#issuecomment-1248258964

   @thomasg19930417 
   Imagine you have an inner join where the one side has 0 rows.  As soon as you know that one side is empty, you don't have evaluate any operators on the other side (or stop executing them if they started already) since you know the join won't produce any rows.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org