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

Reply via email to