Jefffrey opened a new issue, #18669: URL: https://github.com/apache/datafusion/issues/18669
### Is your feature request related to a problem or challenge? https://github.com/apache/datafusion/blob/e29009fbcbbc0389e6fc744d15a590472a7280b2/datafusion/functions/src/macros.rs#L84-L116 See if there is a clean way to reduce the duplication between the two macro arms with minimal impact to its usages. Also I realized `$UDF:ty` isn't used in the arm with `$CTOR:path` ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context For reference I drew inspiration from here for `CTOR` arm: https://github.com/apache/datafusion/blob/e29009fbcbbc0389e6fc744d15a590472a7280b2/datafusion/functions-nested/src/macros.rs#L95-L114 -- 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]
