lidavidm commented on a change in pull request #11152:
URL: https://github.com/apache/arrow/pull/11152#discussion_r709391696
##########
File path: cpp/src/arrow/compute/kernels/hash_aggregate_test.cc
##########
@@ -1425,6 +1425,51 @@ TEST(GroupBy, MinMaxDecimal) {
}
}
+TEST(GroupBy, MinOrMax) {
+ auto table =
Review comment:
I'm not sure there's a need to test the kernels separately, since
they're being run separately by the nodes - I group them mostly because it's a
lot of vertical visual noise to duplicate these tests otherwise (we should
probably clean them up at some point).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]