LiaCastaneda commented on PR #22593: URL: https://github.com/apache/datafusion/pull/22593#issuecomment-4565717487
@gstvg @rluvaton wdyt about this change? after bringing the higher order functions in our service I noticed we can't add custom aliases the way we can for the other kinds of UDFs. Since `HigherOrderUDF` was a trait there wasn't a natural place to put `with_aliases`. This mirrors the `ScalarUDF`/`ScalarUDFImpl` split so you can do `array_filter_higher_order_function().with_aliases(["filter"]) `like the scalar case. -- 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]
