ianmcook commented on pull request #10375: URL: https://github.com/apache/arrow/pull/10375#issuecomment-846293975
This also fixes an inconsistency with the `is.na()` method for `Scalar` objects in the R package. Previously that returned a length-1 R logical vector. Now it returns a `Scalar` having the `bool` data type. This was necessary go make `is.finite()` and `is.infinite()` work consistently. -- 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: [email protected]
