-
Notifications
You must be signed in to change notification settings - Fork 912
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
[REVIEW] Fix hash()
and construct_join_output_df()
to use user-provided memory resource correctly
#5064
Conversation
…mory resource correctly
Can one of the admins verify this patch? |
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.
Please update changelog
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.
Good work finding these. I think the common_from_right
and common_from_left
shouldn't be using mr
though.
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 think you can add stream
to the concatenate
call as well
add to whitelist |
okay to test |
add to whitelist |
Codecov Report
@@ Coverage Diff @@
## branch-0.14 #5064 +/- ##
===============================================
- Coverage 88.50% 88.44% -0.06%
===============================================
Files 54 54
Lines 10270 10267 -3
===============================================
- Hits 9089 9081 -8
- Misses 1181 1186 +5
Continue to review full report at Codecov.
|
Closes #5065
This change fixes
hash()
andconstruct_join_output_df()
so that they pass down the user-provided memory resource correctly.