milenkovicm commented on code in PR #9781:
URL: https://github.com/apache/arrow-datafusion/pull/9781#discussion_r1536823532
##########
datafusion/execution/src/config.rs:
##########
@@ -198,6 +201,12 @@ impl SessionConfig {
self
}
+ /// Insert new [ConfigExtension]
+ pub fn with_option_extension<T: ConfigExtension>(mut self, extension: T)
-> Self {
Review Comment:
we have discussed `with_extension_options` as the method name, but it make
more sense to me to name it like this, not to be confused with `with_extension`
--
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]