jonkeane commented on a change in pull request #10476: URL: https://github.com/apache/arrow/pull/10476#discussion_r647622152
########## File path: r/tests/testthat/test-compute-aggregate.R ########## @@ -383,33 +383,30 @@ test_that("value_counts", { }) test_that("any.Array and any.ChunkedArray", { - data <- c(1:10, NA, NA) - expect_vector_equal(any(input > 5), data) + expect_vector_equal(any(input > 5, na.rm = TRUE), data) Review comment: Does this test fail without the `, na.rm = TRUE`? -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org