-
Notifications
You must be signed in to change notification settings - Fork 908
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
Fix contiguous_split not properly handling output partitions > 2 GB. #7515
Fix contiguous_split not properly handling output partitions > 2 GB. #7515
Conversation
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 wish we used auto
more - this PR would have been much smaller.
rerun tests |
2 similar comments
rerun tests |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7515 +/- ##
===============================================
+ Coverage 81.80% 82.27% +0.46%
===============================================
Files 101 101
Lines 16695 17261 +566
===============================================
+ Hits 13658 14202 +544
- Misses 3037 3059 +22
Continue to review full report at Codecov.
|
Rerun tests. |
@gpucibot merge |
…apidsai#7515) Fixes: rapidsai#7514 Related: NVIDIA/spark-rapids#1861 There were a couple of places where 32 bit values were being used for buffer sizes that needed to be 64 bit. Authors: - @nvdbaranec Approvers: - Vukasin Milovanovic (@vuule) - Jake Hemstad (@jrhemstad) URL: rapidsai#7515
Fixes:
#7514
Related:
NVIDIA/spark-rapids#1861
There were a couple of places where 32 bit values were being used for buffer sizes that needed to be 64 bit.