mingmwang commented on a change in pull request #2091: URL: https://github.com/apache/arrow-datafusion/pull/2091#discussion_r836090742
########## File path: datafusion/src/execution/context.rs ########## @@ -982,6 +1008,14 @@ pub struct SessionState { pub runtime_env: Arc<RuntimeEnv>, } +/// Default session builder using the provided configuration +pub fn default_session_builder(config: SessionConfig) -> SessionState { Review comment: Done -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org