-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-45279: [C++][Compute] Move all Grouper tests to grouper_test.cc #45280
Conversation
|
Wow, really nice refinement! Many things in it are what I have always wanted. Cheers! Is it ready for review now or do I have to wait until it is no longer in draft? |
@zanmato1984 I was just waiting to fix CI, but yes, it's ready for review now. |
(of course, most of the changes here are just code being moved around) |
I would ideally like to merge this soon as I've also started to work on #45269 |
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.
LGTM with several nits.
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit df82d4c. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 2 possible false positives for unstable benchmarks that are known to sometimes produce them. |
What changes are included in this PR?
arrow/compute/row/grouper_test.cc
where they belong (this also makesacero/hash_aggregate_test.cc
slightly shorter)arrow_compute_testing
object library to hold compute-related testing utilitiesExecBatchFromJSON
from Dataset and Aceroarrow/compute/kernels/test_util.h
internalAre these changes tested?
Yes, by existing tests and CI.
Are there any user-facing changes?
No.