-
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
Fix cudf::hash_join output size for struct joins #9107
Conversation
I don't think I am great person to review this since I am not familar with the purpose of hash_join. Maybe @ttnghia can review? |
rerun tests |
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.
Just some minor nit. Otherwise it's good.
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #9107 +/- ##
===============================================
Coverage ? 10.76%
===============================================
Files ? 114
Lines ? 19088
Branches ? 0
===============================================
Hits ? 2054
Misses ? 17034
Partials ? 0 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.
LGTM
@gpucibot merge |
Fixes #9095.
This adds calls to
flatten_nested_columns
in thecudf::hash_join
join output size APIs along with tests for joins on struct columns usingcudf::hash_join
.