-
Notifications
You must be signed in to change notification settings - Fork 982
Support signed integers and decimals in SUM_WITH_OVERFLOW groupby
#19598
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
Merged
Merged
Changes from 27 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
1455bf5
Add overflow support for signed integers and decimals
PointKernel bf00cce
Merge remote-tracking branch 'upstream/main' into sum-overflow-decimal
PointKernel 3badfc7
Resolve conflicts
PointKernel 8a44639
Cleanups
PointKernel e0616f4
Fix
PointKernel e5fd7ee
Cleanups
PointKernel 11f7162
Disable decimal128 support for now
PointKernel 2cb91e1
Merge remote-tracking branch 'upstream/main' into sum-overflow-decimal
PointKernel a914990
Minor cleanups
PointKernel 512701b
Update comments
PointKernel 2de4417
Add decimal128 support
PointKernel 7ae723a
Update tests
PointKernel 0429b9e
Cleanups
PointKernel e08ea0f
Merge remote-tracking branch 'upstream/main' into sum-overflow-decimal
PointKernel 7a9dc29
Minor fix
PointKernel 2710856
Fix Hopper atomicAdd
PointKernel 7c0f1da
Cleanups
PointKernel 60bde43
Fix the stream issue in tests
PointKernel a8013fc
Merge remote-tracking branch 'upstream/main' into sum-overflow-decimal
PointKernel 64fe259
Minor cleanups
PointKernel 9efc090
Merge remote-tracking branch 'upstream/main' into sum-overflow-decimal
PointKernel a11afbe
Apply suggestion from @davidwendt
PointKernel d520a28
Apply suggestion from @davidwendt
PointKernel d704fc7
Merge branch 'main' into sum-overflow-decimal
PointKernel b775e55
Merge remote-tracking branch 'upstream/main' into sum-overflow-decimal
PointKernel 0748f55
Clean up tests
PointKernel a045b5d
Merge remote-tracking branch 'origin/sum-overflow-decimal' into sum-o…
PointKernel 2f154ab
Header cleanups
PointKernel 286dae2
Merge remote-tracking branch 'upstream/main' into sum-overflow-decimal
PointKernel 4f6068c
Merge branch 'main' into sum-overflow-decimal
PointKernel 053624c
Merge remote-tracking branch 'upstream/main' into sum-overflow-decimal
PointKernel da628af
Update copyrights
PointKernel 532580e
Merge remote-tracking branch 'origin/sum-overflow-decimal' into sum-o…
PointKernel d6e3d9a
Merge branch 'main' into sum-overflow-decimal
PointKernel c934333
Merge branch 'main' into sum-overflow-decimal
PointKernel a7b5422
Merge branch 'main' into sum-overflow-decimal
PointKernel 3856f1d
Update comment
PointKernel a728a39
Merge remote-tracking branch 'origin/sum-overflow-decimal' into sum-o…
PointKernel 5226059
Merge remote-tracking branch 'upstream/main' into sum-overflow-decimal
PointKernel 4372f92
Update cpp/include/cudf/detail/aggregation/aggregation.hpp
PointKernel 76690de
Merge branch 'main' into sum-overflow-decimal
PointKernel 55fc6db
Merge remote-tracking branch 'upstream/main' into sum-overflow-decimal
PointKernel e1288e7
Merge remote-tracking branch 'origin/sum-overflow-decimal' into sum-o…
PointKernel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.