Skip to content

[R] is.nan() errors on non-floating point data #29037

@asfimport

Description

@asfimport

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.

Reporter: Ian Cook / @ianmcook
Assignee: Ian Cook / @ianmcook

Related issues:

Note: This issue was originally created as ARROW-13363. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions