-
Notifications
You must be signed in to change notification settings - Fork 358
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 bug on pow and rpow #2047
Fix bug on pow and rpow #2047
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2047 +/- ##
==========================================
- Coverage 94.71% 93.83% -0.89%
==========================================
Files 54 54
Lines 11497 11394 -103
==========================================
- Hits 10889 10691 -198
- Misses 608 703 +95
Continue to review full report at Codecov.
|
Thanks for the review, @ueshin :) |
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, pending tests.
Thanks! merging. |
Fixed incompatible behavior for
pow
andrpow
.In pandas:
In Koalas: