dragosmg commented on code in PR #13160:
URL: https://github.com/apache/arrow/pull/13160#discussion_r922133524
##########
r/tests/testthat/test-dplyr-mutate.R:
##########
@@ -140,17 +140,6 @@ test_that("transmute() with unsupported arguments", {
)
})
-test_that("transmute() defuses dots arguments (ARROW-13262)", {
Review Comment:
I don't think we need it. We solved the underlying issue (transmute not
defusing the ellipsis arg). If we want the test in, we need a function for
which the fallback to R works, so it can't be a made up function. We do not
have a corresponding test for `mutate()`, for example.
--
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]