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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org