matthewmturner commented on issue #1507:
URL: 
https://github.com/apache/arrow-datafusion/issues/1507#issuecomment-1022574304


   @houqp just one follow up - postgres does allow the following:
   
   ```
   select * from jsonData as t1
   join jsonData as t2 on t1.id = t2.id
   ```
   
   http://sqlfiddle.com/#!17/bf2fd/26200
   
   so it would seem datafusion doesnt match that behaviour as we cant call 
`select *` after joining tables.
   
   
   


-- 
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]


Reply via email to