houqp opened a new issue #57: URL: https://github.com/apache/arrow-datafusion/issues/57
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Support self join queries with table alias: ```sql SELECT * FROM t1 JOIN t1 as t2 ON t1.id = t2.id ``` **Describe the solution you'd like** Datafusion should execute this query without error. -- 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]
