-
Notifications
You must be signed in to change notification settings - Fork 908
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
Raise error when trying to join datetime
and timedelta
types with other types
#13786
Raise error when trying to join datetime
and timedelta
types with other types
#13786
Conversation
…datetime_timedelta
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 fine to me. Do we have tests for all the cases that are newly handled, though? It seems like there is more new code than accompanying tests.
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
…lipremsagar/cudf into join_mixed_datetime_timedelta
Yup, thanks for catching it. Added additional tests - Now we should be having full coverage. |
@bdice Thanks for the quick review. I'm going ahead and merging this PR. If you think we need more testing coverage let me know I can get that taken care as a separate PR. |
/merge |
Description
This PR fixes an issue when trying to merge a
datetime
|timdelta
type column with another type:Checklist