goldmedal commented on PR #10745:
URL: https://github.com/apache/datafusion/pull/10745#issuecomment-2176020380

   > Then we could put DynamicTableProvider in the core (with a default handler 
that knew how to look up file:// urls, for example) but leave the s3 specicific 
stuff in datafusion-cli
   > 
   
   I think it makes sense to me. As far as I know, DuckDB also only supports 
reading local files by default. You need to install an additional extension, 
`httpfs`, to enable the feature for object storages. I'm not sure if there is 
any similar feature (installing an extension or table function, then query 
dynamically) in DataFusion, but I can implement `DynamicTableProvider` first.
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to