omegablitz commented on issue #1064:
URL:
https://github.com/apache/arrow-datafusion/issues/1064#issuecomment-931949821
This issue is actually reproducible with the following (simpler) query:
```
SELECT SUM(d)
FROM (
SELECT c, c AS d FROM table_1
UNION ALL
SELECT c, c AS d FROM table_1
)
```
--
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]