-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Joins are too strict about tz attributes #2643
Comments
The join logic goes through a different code path than the code paths I have worked with in the past (this is the third way I see to merge vectors in dplyr... I hope A quick fix can be done at ( I believe that the best fix would be to make |
Correction: ignore the "have the same time zone" constraint. If The timezone is just used for visualization, as far as I understand. So if someone joined different timezones the merge would be fine and the result would be printed in UTC (the default). |
I found the time to fix this. I added a test case. I did not work on the error messages though |
I think this is going to cause major pain for people
@zeehio would this be easy to fix?
@krlmlr could we get a better error message here? Ideally needs to give variable names on both sides of the join
The text was updated successfully, but these errors were encountered: