2010YOUY01 commented on PR #7337:
URL: 
https://github.com/apache/arrow-datafusion/pull/7337#issuecomment-1689072998

   > # Does this belong in Datafusion core? Or does it belong as an add on?
   > With this level of specialization required, I wonder where shall we stop 
adding built in aggregate functions and where will we begin adding add on 
packages. I worry there is currently no agreed upon boundary yet.
   > 
   > Do you have time to think about breaking these more specialized aggregates 
into a separate crate (it could be in the datafusion repo), something like 
#7110 ?
   
   Though how to separate existing functions requires further discussion, I 
think it is necessary to build an interface to put a set of functions into a 
separate crate. Besides reducing binary size, it can also make the extension 
management for UDFs more organized and user friendly. Will think about this 
issue later and see if there is any good way to do it


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

Reply via email to