tshauck opened a new pull request, #9837: URL: https://github.com/apache/arrow-datafusion/pull/9837
## Which issue does this PR close? Closes #. ## Rationale for this change Right now `FunctionFactory::create` takes a `&SessionConfig` and not a `&SessionState`. This limits some of its utility and makes it currently out of line with at least `TableProviderFactory`, which takes a `&SessionState` as well. ## What changes are included in this PR? Update the trait signature for `FunctionFactory::create` so that gets passed `&SessionState`. ## Are these changes tested? Existing tests around `FunctionFactory` are mostly unchanged. ## Are there any user-facing changes? Users of `FunctionFactory` will have to update their code. -- 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]
