Trikooo opened a new pull request, #20012: URL: https://github.com/apache/datafusion/pull/20012
## Which issue does this PR close? - Closes #19982. ## What changes are included in this PR? - Coercion of `ScalarValue`s: `scalar_arguments` now match the types of `arg_fields`. - Recursive extraction of `ScalarValue`s: loop through nested `Cast` and `TryCast` expressions to find if there is a `Literal` expression. ## Are these changes tested? Yes, in `user_defined_integration.rs`. ## Are there any user-facing changes? No. -- 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]
