avantgardnerio commented on code in PR #4112:
URL: https://github.com/apache/arrow-datafusion/pull/4112#discussion_r1014661752
##########
datafusion-cli/src/main.rs:
##########
@@ -142,11 +147,31 @@ pub async fn main() -> Result<()> {
}
fn create_runtime_env() -> Result<RuntimeEnv> {
+ let mut table_factories: HashMap<String, Arc<dyn TableProviderFactory>> =
Review Comment:
Add `TableFactory`s for default formats.
--
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]