abfleishman commented on issue #39191: URL: https://github.com/apache/arrow/issues/39191#issuecomment-1854344016
@thisisnic While this sounds simple, after a quick search of the code I am not sure where the error message would be added. Persumidly somewhere near [here](https://github.com/apache/arrow/blob/d2209582a0ef81c93342183cab3c12d69e79c5be/r/R/dplyr-funcs-string.R#L352C17-L352C17)? I am pretty unclear how these functions work. The error message could look something like: ```r if( length(pattern) !=1 || length(replacement) != 1){ stop("Arrow does not support vectors of length > 1 for the pattern argument for `stringr::str_replace_all` ") } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
