You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how critical this is. We will fall back to the CPU if we see this happen, and ShuffledHashJoins are off by default in Spark, so it is more likely to be a sort merge join that we see, and because we don't have any info about the side of the join, we just pick a build side that works for us.
This change adds support for shuffled hash join in these scenarios:
We support
GpuShuffledHashJoinExec
. I am filing this to raise visibility.Apache commit: apache/spark@0effbec16e
The text was updated successfully, but these errors were encountered: