jackwener commented on PR #7529:
URL:
https://github.com/apache/arrow-datafusion/pull/7529#issuecomment-1718010092
> Representing the joins in a query as a JoinGraph would be very
interesting. I wonder if you have an idea of where would it be done?
Because we just want to rearrange `Inner/Outer join`, Use `MultiJoin` is
enough.
```
MultiJoin
/ | | \
child child child child .....
```
--
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]