diff --git a/src/extensions/builder.rs b/src/extensions/builder.rs index ccad3c6..e3724cb 100644 --- a/src/extensions/builder.rs +++ b/src/extensions/builder.rs @@ -34,11 +34,15 @@ use std::sync::Arc; /// /// List of things that would be nice to add upstream: /// TODO: Implement Debug for SessionStateBuilder upstream -/// TODO: Implement with_table_factory to add a single TableProviderFactory to the list of factories +/// /// TODO: Implement some way to get access to the current RuntimeEnv (to register object stores) +/// /// TODO: Implement a way to add just a single TableProviderFactory +/// /// TODO: Make TableFactoryProvider implement Debug -/// TODO: rename RuntimeEnv::new() to RuntimeEnv::try_new() as it returns a Result +/// +/// TODO: rename RuntimeEnv::new() to RuntimeEnv::try_new() as it returns a Result: +/// //#[derive(Debug)] pub struct DftSessionStateBuilder { session_config: SessionConfig,