vegarsti commented on issue #17789: URL: https://github.com/apache/datafusion/issues/17789#issuecomment-3348701666
This will likely be improved by a GroupsAccumulator for StringAgg. Since there isn't a specialized version, the query in the issue goes through the adapter in https://github.com/apache/datafusion/blob/5cc0be51f9b60224c0667b89dd0318a591e733d9/datafusion/functions-aggregate-common/src/aggregate/groups_accumulator.rs#L92. -- 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]
