dragosmg commented on code in PR #13160:
URL: https://github.com/apache/arrow/pull/13160#discussion_r914891107
##########
r/tests/testthat/test-dplyr-filter.R:
##########
@@ -198,7 +198,7 @@ test_that("Negative scalar values", {
test_that("filter() with between()", {
compare_dplyr_binding(
.input %>%
- filter(between(dbl, 1, 2)) %>%
+ filter(dplyr::between(dbl, 1, 2)) %>%
Review Comment:
Sure. I added some tests for the namespace qualified version.
--
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]