alamb commented on code in PR #5677:
URL: https://github.com/apache/arrow-datafusion/pull/5677#discussion_r1144023089


##########
datafusion/common/src/config.rs:
##########
@@ -561,6 +561,11 @@ pub trait ExtensionOptions: Send + Sync + std::fmt::Debug 
+ 'static {
 pub struct Extensions(BTreeMap<&'static str, ExtensionBox>);
 
 impl Extensions {
+    /// Create a new, empty [`Extensions`]

Review Comment:
   This was part of https://github.com/apache/arrow-datafusion/pull/5676 that I 
didn't want to lose



-- 
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]

Reply via email to