You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/03/23 13:11:00 UTC

[jira] [Created] (ARROW-12055) [R] is.na() evaluates to FALSE on Arrow NaN values

Ian Cook created ARROW-12055:
--------------------------------

             Summary: [R] is.na() evaluates to FALSE on Arrow NaN values
                 Key: ARROW-12055
                 URL: https://issues.apache.org/jira/browse/ARROW-12055
             Project: Apache Arrow
          Issue Type: Bug
          Components: R
    Affects Versions: 3.0.0
            Reporter: Ian Cook


{code:java}
> is.na(NaN)
[1] TRUE 

> is.na(Scalar$create(NaN))
[1] FALSE{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)