-
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
Remove deprecated method
parameter from merge
and join
.
#9944
Remove deprecated method
parameter from merge
and join
.
#9944
Conversation
rerun tests |
…od-parameter-from-merge-and-join
rerun tests |
@bdice looks like there are a couple more tests that need fixing here. |
…od-parameter-from-merge-and-join
…od-parameter-from-merge-and-join
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #9944 +/- ##
================================================
- Coverage 10.49% 10.41% -0.08%
================================================
Files 119 119
Lines 20305 20494 +189
================================================
+ Hits 2130 2134 +4
- Misses 18175 18360 +185
Continue to review full report at Codecov.
|
@gpucibot merge |
1 similar comment
@gpucibot merge |
This PR removes the deprecated
method
parameter fromDataFrame.merge
andDataFrame.join
. This resolves #9353 and follows up on #9291.