Ian Cook created ARROW-13363:
--------------------------------
Summary: [R] is.nan() errors on non-floating point data
Key: ARROW-13363
URL: https://issues.apache.org/jira/browse/ARROW-13363
Project: Apache Arrow
Issue Type: Bug
Components: R
Reporter: Ian Cook
Assignee: Ian Cook
Fix For: 5.0.0
In R, {{is.nan()}} can be called on a vector of any type and will return
{{FALSE}} at every position for non-floating point number vectors. For
consistency, the {{is.nan()}} binding in the arrow R package should work this
way too, but currently it throws an error if called on a non-floating point
field.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)