findepi commented on code in PR #17391: URL: https://github.com/apache/datafusion/pull/17391#discussion_r2322822840
########## datafusion/expr/src/udaf.rs: ########## @@ -991,6 +779,259 @@ impl PartialOrd for dyn AggregateUDFImpl { } } +pub fn udaf_default_schema_name<F: AggregateUDFImpl + ?Sized>( Review Comment: good call, added -- 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