Uh oh!
There was an error while loading. Please reload this page.
ARROW-14197: [C++][Compute] Fixing wrong buffer size in GrouperFastImpl - #11335
ARROW-14197: [C++][Compute] Fixing wrong buffer size in GrouperFastImpl#11335michalursa wants to merge 1 commit into
Conversation
0190eb9 to
f429b93Comparepitrou
commented
Oct 6, 2021
@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.
This looks good to me, modulo a naming nit and a comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
f429b93 to
1702c85CompareBenchmark 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.