Is your feature request related to a problem or challenge?
@Omega359 noted that by adding SessionConfig to the ScalarFunctionArgs unblock several tasks such as
Describe the solution you'd like
Add &SessionConfig to ScalarFunctionArgs, and ideally add a test that shows the config gets through.
Describe alternatives you've considered
No response
Additional context
We should try and get this done before DataFusion 44 is released so it isn't a breaking change
Is your feature request related to a problem or challenge?
ScalarUDFImpl::invoke_with_argsto support passing the return type created for the udf instance #13290 is merged (thanks @joseph-isaacs) we have a place to add new@Omega359 noted that by adding
SessionConfigto theScalarFunctionArgsunblock several tasks such asdatafusion.execution.time_zoneis not used for basic time zone inference #13212Describe the solution you'd like
Add
&SessionConfigtoScalarFunctionArgs, and ideally add a test that shows the config gets through.Describe alternatives you've considered
No response
Additional context
We should try and get this done before DataFusion 44 is released so it isn't a breaking change
44.0.0#13334