ashdnazg opened a new pull request, #17726: URL: https://github.com/apache/datafusion/pull/17726
- **chore: fix typos in group_values.** - **perf: add support for boolean columns in single and multi group by values.** ## Which issue does this PR close? N/A ## Rationale for this change Having more data types supported in this code path avoids converting the group by columns to rows during aggregation. ## What changes are included in this PR? Adding boolean support for single and multiple grouping values. ## Are these changes tested? I added unit tests for the multi-value implementation and the single value implementations are already tested in the sql logic tests. ## 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]
