maxburke opened a new issue, #23694: URL: https://github.com/apache/datafusion/issues/23694
### Describe the bug The ByteGroupValueBuilder can raise an `offset overflow` error if the columns (string or binary) have a large number of values. Also see: https://github.com/apache/datafusion-comet/issues/4718 ### To Reproduce https://github.com/apache/datafusion-comet/issues/4718 has a reproduction ### Expected behavior Grouping operations ideally should not overflow and return an error, even on large input data ### 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]
