AlenkaF commented on issue #50043: URL: https://github.com/apache/arrow/issues/50043#issuecomment-4592039471
Thanks for opening the issue and with such a clean reproducible example! It looks to me like the offset in the aggregate kernel is ignored. So I asked Copilot to look into the C++ code for me and it came up with a simple fix for it in the `cpp/src/arrow/compute/kernels/hash_aggregate.cc`: https://github.com/apache/arrow/blob/e2b44378edf0ccceda07e8a6823890bd4ecc1952/cpp/src/arrow/compute/kernels/hash_aggregate.cc#L1264 should be: ```cpp ``` -- 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]
