mingmwang commented on PR #4193:
URL:
https://github.com/apache/arrow-datafusion/pull/4193#issuecomment-1317015649
Please also add test case to verify this SQL to make sure the PR does not
add unnecessary projection Exprs.
```
let sql = "SELECT orders.customer_id * 2, person.id + 10
FROM person
INNER JOIN orders
ON orders.customer_id * 2 = person.id + 10"
```
--
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]