alamb commented on issue #4850: URL: https://github.com/apache/datafusion/issues/4850#issuecomment-2139195307
cc @goldmedal here is an issue that describes supporting reading style urls as tables ``` select * from 's3://foo/bar.parquet' ``` Probably a good first step would be to move the `DynamicFileCatalogProvider` https://github.com/apache/datafusion/blob/088ad010a6ceaa6a2e810d418a2370e45acf3d54/datafusion-cli/src/catalog.rs#L79 into the core somewhere (but not registering it with `SessionContext`) Then a second step would be to add an option (like the information_schema tables) that would enable installing the `DynamicFileCatalogProvider` during construction -- 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