alamb commented on issue #4850:
URL: 
https://github.com/apache/arrow-datafusion/issues/4850#issuecomment-1723477110

   Hi @holicc  -- I don't think it is possible to do this in the SQL parser 
level (as the the `datafusion` crate depends on the `datafusion-sql` crate, not 
the reverse. 
   
   Thus I think the resolution from a table name to a ListingTable may have to 
happen later in the process. In the  `Suggested Solution Sketch` above I tried 
to suggest taking inspiration from the dynamic lookup works today in 
datafusion-cli. Perhaps we can follow the same model here


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