mpurins-coralogix opened a new pull request, #5497:
URL: https://github.com/apache/arrow-datafusion/pull/5497

   # Which issue does this PR close?
   
   Closes #5496.
   
   # Rationale for this change
   
   
   # What changes are included in this PR?
   
   - Adds `ConfigOptions::with_extensions` constructor to create new config 
with some default extensions.
   - Chages `TaskContext::new` to accept config extensions to create new config 
using that.
   - Additionaly I renamed `TaskContext::new` to `try_new` and added return 
type so that any error is not ignored when setting config option
   
   # Are these changes tested?
   
   One test added.
   
   # Are there any user-facing changes?
   
   `TaskContext::new` changed to `TaskContext::try_new` with new argument added 
and which now returns result 


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