-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-14197: [C++][Compute] Fixing wrong buffer size in GrouperFastImpl #11335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
0190eb9 to
f429b93
Compare
|
@github-actions crossbow submit -g cpp |
|
Revision: f429b93eaf9958fc74af93ebc787254a3fdb16d2 Submitted crossbow builds: ursacomputing/crossbow @ actions-895 |
bkietz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, modulo a naming nit and a comment
f429b93 to
1702c85
Compare
|
Benchmark runs are scheduled for baseline = 4f0ac50 and contender = 5f80ddc. 5f80ddc is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Fixing wrong buffer size in GrouperFastImpl (introduced in recent refactoring of SwissTable that introduced "find" method).
Also adding markers at the start and end of each temporary vector to check buffer overruns in the future.