thisisnic commented on code in PR #51291:
URL: https://github.com/apache/arrow/pull/51291#discussion_r4041464009
##########
r/tests/testthat/test-dplyr-filter.R:
##########
@@ -547,3 +547,15 @@ test_that("More complex select/filter_out", {
tbl
)
})
+
+test_that("filter() with a variable that shares a name with a function
binding", {
+ # GH-39688: `date` and `day` are also function bindings
Review Comment:
So anything which didn't have a collision worked fine before, it was only
the collision ones which had the problem
--
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]