alamb commented on code in PR #13954:
URL: https://github.com/apache/datafusion/pull/13954#discussion_r1900160224
##########
datafusion/common/src/config.rs:
##########
@@ -889,8 +889,50 @@ impl ConfigOptions {
}
}
-/// [`ConfigExtension`] provides a mechanism to store third-party
configuration within DataFusion
+/// [`ConfigExtension`] provides a mechanism to store third-party configuration
+/// within DataFusion [`ConfigOptions`]
///
+/// This mechanism can be used to pass configuration to user defined functions
+/// or optimizer passes
+///
+/// # Example
Review Comment:
this is the same example, moved into the docs
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]