nealrichardson commented on code in PR #14461: URL: https://github.com/apache/arrow/pull/14461#discussion_r1003756191
########## r/R/metadata.R: ########## @@ -77,7 +77,7 @@ apply_arrow_r_metadata <- function(x, r_metadata) { trace <- trace_back() # TODO: remove `trace$calls %||% trace$call` once rlang > 0.4.11 is released in_dplyr_collect <- any(map_lgl(trace$calls %||% trace$call, function(x) { - grepl("collect.arrow_dplyr_query", x, fixed = TRUE)[[1]] + grepl("collect\\.([aA]rrow|Dataset)", x)[[1]] Review Comment: Yes, a test failed due to other changes and this was the fix. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org