wangyum commented on pull request #31258:
URL: https://github.com/apache/spark/pull/31258#issuecomment-773886254
@JkSelf @cloud-fan This implementation can not reuse `BroadcastExchange` if
BHJ after SMJ. For example:
```SQL
SELECT count(*)
FROM (SELECT c.c_customer_sk,
wangyum commented on pull request #31258:
URL: https://github.com/apache/spark/pull/31258#issuecomment-773886254
@JkSelf @cloud-fan This implementation can not reuse `BroadcastExchange` if
BHJ after SMJ. For example:
```SQL
SELECT count(*)
FROM (SELECT c.c_customer_sk,