Github user maryannxue commented on the issue:
https://github.com/apache/spark/pull/21156
IMHO, this ShuffledJoin is basically join + known distribution info. So
instead of adding another join node (which doesn't map to any specific join
algorithm), we should base this on
https://issues.apache.org/jira/browse/SPARK-21784.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
