-
Notifications
You must be signed in to change notification settings - Fork 902
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 concatenate empty structs #8947
Fix concatenate empty structs #8947
Conversation
Signed-off-by: sperlingxx <[email protected]>
In cudf PR, you don't have to add "Signed-off-by" in the PR description. Instead, add more true "description" for what the PR is doing. Also note that a description saying "Closes #....", or "Fixes #....." is not enough. |
Co-authored-by: Nghia Truong <[email protected]>
Rerun tests. |
Co-authored-by: Nghia Truong <[email protected]>
Co-authored-by: Nghia Truong <[email protected]>
@ttnghia Thanks for correcting my mistakes ^ ^ |
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #8947 +/- ##
===============================================
Coverage ? 10.59%
===============================================
Files ? 116
Lines ? 19037
Branches ? 0
===============================================
Hits ? 2017
Misses ? 17020
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
Closes rapidsai#8929 Current PR is to fix the illegal memory access problem occurred when concatenating structs with empty children. Authors: - Alfred Xu (https://github.com/sperlingxx) Approvers: - Nghia Truong (https://github.com/ttnghia) - Mike Wilson (https://github.com/hyperbolic2346) URL: rapidsai#8947
Closes #8929
Current PR is to fix the illegal memory access problem occurred when concatenating structs with empty children.