neilconway opened a new pull request, #20804: URL: https://github.com/apache/datafusion/pull/20804
## Which issue does this PR close? N/A ## Rationale for this change In many of the UDF implementations, we used the fully-qualified name `datafusion_expr::ScalarFunctionArgs` instead of the more typical pattern of `use ...` and then referencing just `ScalarFunctionArgs`. I can't see a good reason not to do the latter. ## What changes are included in this PR? * Mechanical replacement to improve readability ## Are these changes tested? Yes; no functional change. ## 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]
