houqp opened a new issue #56:
URL: https://github.com/apache/arrow-datafusion/issues/56


   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   I would like to be able to execute the following SQL queries with datafusion:
   
   ```sql
   SELECT t1.id, t2.user FROM t1 JOIN t1.id = t2.id
   ```
   
   **Describe the solution you'd like**
   Datafusion should be able to 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]


Reply via email to