maxburke opened a new pull request, #23695: URL: https://github.com/apache/datafusion/pull/23695
and downcast back to i32-offset-types as necessary. ## Which issue does this PR close? Closes #23694 ## Rationale for this change Fixes an error when grouping on large string/binary data ## What changes are included in this PR? Inner core groups using i64 offsets and then downcasts to correct type when emitting batch slices ## 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]
