-
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
[REVIEW] Enable implicit casting when concatenating mixed types #8276
[REVIEW] Enable implicit casting when concatenating mixed types #8276
Conversation
…concatimplicitcast
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #8276 +/- ##
===============================================
Coverage ? 82.87%
===============================================
Files ? 105
Lines ? 17856
Branches ? 0
===============================================
Hits ? 14799
Misses ? 3057
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.
Looks great to me! Awesome refactoring of some of the dtype handling too!
@gpucibot merge |
This enables implicit casting when decimal columns are concatenated with numeric columns by casting the numeric columns to decimal columns.
Closes #8264