timsaucer opened a new issue, #1390:
URL: https://github.com/apache/datafusion-python/issues/1390
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
As a user I want to be able to extend `datafusion-python` with third party
libraries. This support exists for many things such as table providers, user
defined functions, and others. It would be helpful to add custom config
extensions that can be used by these external libraries.
**Describe the solution you'd like**
Add support to `SessionConfig` to add extension config options. Once
registered I should be able to use existing sql commands such as `ctx.sql("SET
myconfig.my_value=3;")`
**Describe alternatives you've considered**
None
**Additional context**
This is needed to support follow on work for custom physical plan optimizers.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]