You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/28 06:30:07 UTC

[GitHub] [arrow-datafusion] mingmwang commented on a change in pull request #2091: Refactor SessionContext, BallistaContext to support multi-tenancy configurations - Part 3

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-unsubscribe@arrow.apache.org

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