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: [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]

Reply via email to