-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-11514: [R][C++] Bindings for paste(), paste0(), str_c() #10547
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
Conversation
|
Ah ok, thanks for confirming. Though, if there's another behavior we need for separators to match R's better we can extend the kernel.
|
Co-authored-by: David Li <li.davidm96@gmail.com>
nealrichardson
left a comment
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.
A couple of minor notes but otherwise LGTM
|
@lidavidm before I merge this: could you take a quick look at the failing CI checks and confirm that they seem unrelated to the C++ changes here? Thanks! |
|
You should be fine to merge. AppVeyor is because of ARROW-13134 |
Adds support for the string concatenation functions
paste(),paste0(), andstr_c()in dplyr verbs. Only the non-aggregatingcollapse = NULLcase is currently supported.