findepi opened a new pull request, #17080: URL: https://github.com/apache/datafusion/pull/17080
The aliased UDF impls -- `AliasedScalarUDFImpl`, `AliasedAggregateUDFImpl` and `AliasedWindowUDFImpl` are supposed to forward all methods (except `aliases` to the underlying implementation. However, they failed to do so, with many optional methods not being forwarded. This change fixes this for good. Adds the missing method implementations. Replaces a code comment with compile-time check that all methods are indeed implemented. -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org