cloud-fan commented on PR #39170:
URL: https://github.com/apache/spark/pull/39170#issuecomment-1371031081
```
SELECT *
FROM bf1
JOIN bf2
JOIN bf3
ON bf1.c1 = bf2.c2
AND bf3.c3 = bf2.c2
WHERE bf2.a2 = 5
```
Can you show the query plan before and after your PR?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]