eitsupi opened a new pull request, #14091: URL: https://github.com/apache/arrow/pull/14091
The `rlang::quo` function used in rows added in PR #13786 but not imported. ```r mtcars |> arrow::arrow_table() |> dplyr::mutate(dplyr::across(starts_with("c"), as.character)) |> dplyr::collect() #> Error in quo(!!call2(.x, sym(.y))) : could not find function "quo" ``` -- 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