Crystrix opened a new pull request #10309:
URL: https://github.com/apache/arrow/pull/10309


   The parameter of `MaybeReserve` in `GroupedCountImpl`'s `Consume` function 
is incorrect.
   `counts_.length()` means the buffer's byte size, it should be replaced with 
`num_groups_`.  Otherwise, subsequent chunked arrays with more groups are 
skipped as `counts_.length()` is actually `num_groups_*sizeof(int64_t)`


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to