-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[R] semi_join and anti_join function signatures in Arrow differ from dplyr #33709
Comments
Is this issue resolved? |
Nope |
Oh sorry, I saw the merged PR that seemed to address it and was wondering if this was unintentionally left open. |
Sorry, I didn't update the PR title to reflect what actually got changed in the end. |
thisisnic
added a commit
that referenced
this issue
Feb 6, 2023
…4030) The function signatures for `semi_join()` and `anti_join()` don't match those of dplyr. This PR removes the argument `suffix` from `anti_join()` and `semi_join()`. Is this change necessary/useful or just pedantic? Unsure. * Closes: #33709 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
sjperkins
pushed a commit
to sjperkins/arrow
that referenced
this issue
Feb 10, 2023
…in (apache#34030) The function signatures for `semi_join()` and `anti_join()` don't match those of dplyr. This PR removes the argument `suffix` from `anti_join()` and `semi_join()`. Is this change necessary/useful or just pedantic? Unsure. * Closes: apache#33709 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
gringasalpastor
pushed a commit
to gringasalpastor/arrow
that referenced
this issue
Feb 17, 2023
…in (apache#34030) The function signatures for `semi_join()` and `anti_join()` don't match those of dplyr. This PR removes the argument `suffix` from `anti_join()` and `semi_join()`. Is this change necessary/useful or just pedantic? Unsure. * Closes: apache#33709 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
fatemehp
pushed a commit
to fatemehp/arrow
that referenced
this issue
Feb 24, 2023
…in (apache#34030) The function signatures for `semi_join()` and `anti_join()` don't match those of dplyr. This PR removes the argument `suffix` from `anti_join()` and `semi_join()`. Is this change necessary/useful or just pedantic? Unsure. * Closes: apache#33709 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
Both
semi_join()
andanti_join()
have argumentsuffix
, which don't exist in the dplyr implementation.Component(s)
R
The text was updated successfully, but these errors were encountered: