GH-33709: [R] Remove suffix argument from semi_join and anti_join#34030
GH-33709: [R] Remove suffix argument from semi_join and anti_join#34030thisisnic merged 2 commits intoapache:masterfrom
Conversation
paleolimbot
left a comment
There was a problem hiding this comment.
Needs a devtools::document() but otherwise looks good!
|
Benchmark runs are scheduled for baseline = 1aea20b and contender = 32c7130. 32c7130 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
The function signatures for
semi_join()andanti_join()don't match those of dplyr. This PR removes the argumentsuffixfromanti_join()andsemi_join(). Is this change necessary/useful or just pedantic? Unsure.