You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/03/21 21:48:40 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #5677: Move `TaskContext` to datafusion-execution

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org