mingmwang commented on a change in pull request #2029:
URL: https://github.com/apache/arrow-datafusion/pull/2029#discussion_r830773684
##########
File path: datafusion/src/execution/context.rs
##########
@@ -1289,14 +1245,45 @@ impl TaskContext {
runtime,
}
}
+
+ /// Return the SessionConfig associated with the Task
+ pub fn session_config(&self) -> SessionConfig {
+ let task_settings = &self.task_settings;
Review comment:
Sure
--
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]