comphead commented on code in PR #9313: URL: https://github.com/apache/arrow-datafusion/pull/9313#discussion_r1500926512
########## datafusion/functions/src/macros.rs: ########## @@ -160,3 +160,43 @@ macro_rules! downcast_arg { })? }}; } + +macro_rules! make_abs_function { Review Comment: do we really need to introduce this new macros? would be that possible to reuse existing macros like it was before? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org