jonkeane commented on a change in pull request #10724:
URL: https://github.com/apache/arrow/pull/10724#discussion_r671348517
##########
File path: r/tests/testthat/helper-expectation.R
##########
@@ -91,7 +91,7 @@ expect_dplyr_equal <- function(expr,
if (isTRUE(warning)) {
# Special-case the simple warning:
- warning <- "not supported in Arrow; pulling data into R"
+ warning <- "not supported (in|by) Arrow; pulling data into R"
Review comment:
Oops, we might want to harmonise `arrow_not_supported` with it's "not
supported by Arrow" with the "not supported in Arrow" phrasing used elsewhere
(though I think we should do that in a separate ticket), but this regex works
for now.
--
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]