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,
s.*
FROM customer c
JOIN store_sales s
ON c.c_customer_sk = ss_customer_sk) t1
JOIN date_dim
ON ss_sold_date_sk = d_date_sk
AND d_year = 2002
```
Enable AE | Disable AE
-- | --

|

----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]