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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to