wjones127 commented on code in PR #8771:
URL: https://github.com/apache/arrow-datafusion/pull/8771#discussion_r1449360006
##########
datafusion/execution/src/config.rs:
##########
@@ -24,7 +24,66 @@ use std::{
use datafusion_common::{config::ConfigOptions, Result, ScalarValue};
-/// Configuration options for Execution context
+/// Configuration options for [`SessionContext`].
+///
+/// Can be passed to `SessionContext::with_config` to customize the
configuration of DataFusion.
Review Comment:
Added a manual link to this as well.
Also, discovered that `SessionContext::with_config` is deprecated so changed
to `new_with_config`.
--
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]