findepi opened a new pull request, #17391:
URL: https://github.com/apache/datafusion/pull/17391

   Extract AggregateUDFImpl method that have complex implementations. This 
makes it feasible to implement that trait with
   `#[warn(clippy::missing_trait_methods)]` Clippy check enabled. That check is 
very helpful when the type implementing `AggregateUDFImpl` delegates many 
methods to another `AggregateUDFImpl` implementation and therefore does not 
want to unconsciously rely on default implementation. Sadly, Rust does not 
allow explicitly delegating to trait method's default implementation. 
Extracting the logic to standalone functions works around that limitation.
   


-- 
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