Skip to content
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

Extract join_ptype_common() #7029

Merged
merged 2 commits into from
Jun 26, 2024
Merged

Extract join_ptype_common() #7029

merged 2 commits into from
Jun 26, 2024

Conversation

krlmlr
Copy link
Member

@krlmlr krlmlr commented May 20, 2024

For tidyverse/duckplyr#168.

We have the ptype but can't (and don't need to) access the values. If we agree on the implementation, I can "vendor" this into duckplyr so that we don't need to wait for the dplyr release.

@DavisVaughan
Copy link
Member

@krlmlr I moved the vec_ptype_finalize() call into join_ptype_common(), as I think it makes more sense there. Does that still work for you?

@krlmlr
Copy link
Member Author

krlmlr commented Jun 26, 2024

Thanks, Davis. I think it should make no difference because vec_ptype_finalise() doesn't touch x or y .

@DavisVaughan DavisVaughan merged commit 0005f67 into main Jun 26, 2024
13 checks passed
@DavisVaughan DavisVaughan deleted the f-ptype-common branch June 26, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants