-
Notifications
You must be signed in to change notification settings - Fork 915
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
Segmented Min/Max for Fixed Point Types #10794
Segmented Min/Max for Fixed Point Types #10794
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10794 +/- ##
================================================
- Coverage 86.40% 86.32% -0.08%
================================================
Files 143 144 +1
Lines 22448 22656 +208
================================================
+ Hits 19396 19558 +162
- Misses 3052 3098 +46
Continue to review full report at Codecov.
|
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.
I have some suggestions attached. Overall this looks pretty good!
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.
A couple small suggestions, otherwise LGTM!
…sVoid/cudf into fea/segmented_reduction_decimal_minmax
@gpucibot merge |
This PR adds support to min/max segmented reduction to fixed point type. Together with #10447, this PR closes #10417
Besides, this PR refactors
segmented_reduce
to accept output iterators instead of allocating the result column from within.