jonkeane commented on code in PR #41576:
URL: https://github.com/apache/arrow/pull/41576#discussion_r1616376383
##########
r/R/dplyr-across.R:
##########
@@ -34,7 +34,11 @@ expand_across <- function(.data, quos_in, exclude_cols =
NULL) {
)
if (!all(names(across_call[-1]) %in% c(".cols", ".fns", ".names"))) {
- abort("`...` argument to `across()` is deprecated in dplyr and not
supported in Arrow")
+ arrow_not_supported(
+ "`...` argument to `across()` is deprecated in dplyr and",
+ body = c(">" = "Convert your call into a function or formula
including the arguments"),
Review Comment:
TIL about this making arrows!
--
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]