ianmcook commented on a change in pull request #10724:
URL: https://github.com/apache/arrow/pull/10724#discussion_r671543533



##########
File path: r/tests/testthat/test-dplyr.R
##########
@@ -524,7 +524,7 @@ test_that("is.finite(), is.infinite(), is.nan()", {
       ) %>% collect(),
     df
   )
-  skip("is.nan() evaluates to NA on NA values (ARROW-12850)")
+  # is.nan() evaluates to FALSE on NA_real_ (ARROW-12850)

Review comment:
       I also created ARROW-13367 for handling the `is.na` treatment of `NaN`s 
with a C++ option. `TODO` comments for these are added in 
6c2876335b5b9481f8ac9edd069e1e130e486bac




-- 
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]


Reply via email to