michalursa opened a new pull request #10835: URL: https://github.com/apache/arrow/pull/10835
Temp vectors used in grouper implementation were allocated using stack implementation. The buffer addresses returned by the stack were not aligned to the size of requested vector element. Changing this to have returned buffers aligned to 8 byte boundaries. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org