Skip to content

Conversation

@ianmcook
Copy link
Member

@ianmcook ianmcook commented Jun 17, 2021

Adds support for the string concatenation functions paste(), paste0(), and str_c() in dplyr verbs. Only the non-aggregating collapse = NULL case is currently supported.

@github-actions
Copy link

@ianmcook ianmcook marked this pull request as ready for review June 17, 2021 22:10
@nealrichardson nealrichardson self-requested a review June 17, 2021 22:37
@ianmcook ianmcook changed the title ARROW-11514: [R] Bindings for paste(), paste0(), str_c() ARROW-11514: [R][C++] Bindings for paste(), paste0(), str_c() Jun 18, 2021
@lidavidm
Copy link
Member

lidavidm commented Jun 18, 2021 via email

Co-authored-by: David Li <li.davidm96@gmail.com>
Copy link
Member

@nealrichardson nealrichardson left a 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

@ianmcook
Copy link
Member Author

@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!

@lidavidm
Copy link
Member

You should be fine to merge.

AppVeyor is because of ARROW-13134
MinGW is because of ARROW-13145
S390x looks like the usual flakiness (if I remember right, the machine doesn't have quite enough RAM?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants