Rich-T-kid opened a new issue, #24570: URL: https://github.com/apache/datafusion/issues/24570
### Is your feature request related to a problem or challenge? in `datafusion/datafusion/physical-plan/src/aggregates/group_values/multi_group_by/bytes.rs` at https://github.com/apache/datafusion/blob/7538aefbe9ee224814570798cd381d1948029efa/datafusion/physical-plan/src/aggregates/group_values/multi_group_by/bytes.rs#L173 we can avoid the expensive double buffer look up by doing a length comparison ### Describe the solution you'd like short circuit buffer check if lengths mismatch ### Describe alternatives you've considered n/a ### Additional context _No response_ -- 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]
