Mark1626 opened a new pull request, #21506: URL: https://github.com/apache/datafusion/pull/21506
## Which issue does this PR close? ## Rationale for this change I have a query where GroupedHashAggregateStream was switching to SkippingAggregation. I noticed `convert_to_state` coming up as a bottleneck, particular the memory allocation and the arrow kernel ## What changes are included in this PR? Add a fast path for sum and bit OR/XOR, where convert_to_state returns after applying the filter ## Are these changes tested? Yes ## Are there any user-facing changes? No -- 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]
