dragosmg commented on a change in pull request #11502:
URL: https://github.com/apache/arrow/pull/11502#discussion_r735364186
##########
File path: r/tests/testthat/test-dplyr-funcs-string.R
##########
@@ -547,21 +547,21 @@ test_that("errors and warnings in string splitting", {
x <- Expression$field_ref("x")
expect_error(
nse_funcs$str_split(x, fixed("and", ignore_case = TRUE)),
- "Case-insensitive string splitting not supported by Arrow"
+ "Case-insensitive string splitting not supported in Arrow"
Review comment:
Sounds good. Thanks for the suggestion. ~I'll create a task in Jira for
it.~ Jira ticket [here](https://issues.apache.org/jira/browse/ARROW-14458). Not
sure I captured it 100% correctly.
--
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]