dragosmg commented on code in PR #13160:
URL: https://github.com/apache/arrow/pull/13160#discussion_r916208642


##########
r/tests/testthat/test-dplyr-funcs-conditional.R:
##########
@@ -29,7 +29,7 @@ test_that("if_else and ifelse", {
   compare_dplyr_binding(
     .input %>%
       mutate(
-        y = if_else(int > 5, 1, 0)
+        y = dplyr::if_else(int > 5, 1, 0)

Review Comment:
   Sure. I was aiming to have at least one test per binding in which we use 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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to