You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/20 17:22:57 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request, #3909: Make ConfigOptions easier to work with

alamb opened a new pull request, #3909:
URL: https://github.com/apache/arrow-datafusion/pull/3909

   Draft as it builds on https://github.com/apache/arrow-datafusion/pull/3885
   
   
   # Which issue does this PR close?
   
   Resolves https://github.com/apache/arrow-datafusion/issues/3886
   
   
    # Rationale for this change
   see https://github.com/apache/arrow-datafusion/issues/3886
   
   Note I chose to keep the `Arc` outside so it stayed clear that `ConfigOptions` was shared in many places
   
   
   # What changes are included in this PR?
   Changes:
   1. Make `ConfigOptions` have "interior mutability" (aka move the lock inside) rather than at  CallSites
   
   
   # Are there any user-facing changes?
   API for ConfigOptions has changed


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


[GitHub] [arrow-datafusion] tustvold closed pull request #3909: Make ConfigOptions easier to work with

Posted by GitBox <gi...@apache.org>.
tustvold closed pull request #3909: Make ConfigOptions easier to work with
URL: https://github.com/apache/arrow-datafusion/pull/3909


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