alistaire47 commented on code in PR #12867: URL: https://github.com/apache/arrow/pull/12867#discussion_r849649224
########## r/tests/testthat/test-dplyr-summarize.R: ########## @@ -290,16 +290,12 @@ test_that("Functions that take ... but we only accept a single arg", { expect_error(call_binding_agg("max", 1, 2), "Multiple arguments to max()") }) -test_that("median()", { +test_that("median()", suppressWarnings({ Review Comment: Yeah, I was on the fence too; I went this route because it's a minimal diff. It's easier to see what's going on if it's per-call, though, so I can switch it. -- 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