ianmcook commented on a change in pull request #10666:
URL: https://github.com/apache/arrow/pull/10666#discussion_r664869674
##########
File path: r/tests/testthat/test-dplyr.R
##########
@@ -815,7 +815,18 @@ test_that("type checks on expressions", {
a = is.character(as.character(int)),
b = is.integer(as.character(int)),
c = is.integer(int + int),
- d = is.double(int + dbl),
+ d = is.double(int + dbl)
Review comment:
Sounds good. I'll keep it simpler and use a numeric inequality instead.
--
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]