thisisnic opened a new issue, #48127:
URL: https://github.com/apache/arrow/issues/48127

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   ```
   ══ Warnings 
════════════════════════════════════════════════════════════════════
   ── Warning ('test-dplyr-funcs-string.R:919:3'): str_like 
───────────────────────
   There was 1 warning in `mutate()`.
   i In argument: `x = str_like(x, "f%", ignore_case = TRUE)`.
   Caused by warning:
   ! The `ignore_case` argument of `str_like()` is deprecated as of stringr 
1.6.0.
   i `str_like()` is always case sensitive.
   i Use `str_ilike()` for case insensitive string matching.
   Backtrace:
       ▆
    1. ├─arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-string.R:919:3
    2. │ └─rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(.input = 
tbl))) at tests/testthat/helper-expectation.R:87:3
    3. ├─dplyr::collect(mutate(.input, x = str_like(x, "f%", ignore_case = 
TRUE)))
    4. ├─dplyr::mutate(.input, x = str_like(x, "f%", ignore_case = TRUE))
    5. └─dplyr:::mutate.data.frame(.input, x = str_like(x, "f%", ignore_case = 
TRUE))
    6.   └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
    7.     └─dplyr:::signal_warnings(warnings_state, error_call)
   ── Warning ('test-dplyr-funcs-string.R:927:3'): str_like 
───────────────────────
   There was 1 warning in `mutate()`.
   i In argument: `x = str_like(x, "f%", ignore_case = FALSE)`.
   Caused by warning:
   ! The `ignore_case` argument of `str_like()` is deprecated as of stringr 
1.6.0.
   i `str_like()` is always case sensitive.
   i Use `str_ilike()` for case insensitive string matching.
   Backtrace:
       ▆
    1. ├─arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-string.R:927:3
    2. │ └─rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(.input = 
tbl))) at tests/testthat/helper-expectation.R:87:3
    3. ├─dplyr::collect(mutate(.input, x = str_like(x, "f%", ignore_case = 
FALSE)))
    4. ├─dplyr::mutate(.input, x = str_like(x, "f%", ignore_case = FALSE))
    5. └─dplyr:::mutate.data.frame(.input, x = str_like(x, "f%", ignore_case = 
FALSE))
    6.   └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
    7.     └─dplyr:::signal_warnings(warnings_state, error_call)
    ```
   
   ### Component(s)
   
   R


-- 
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]

Reply via email to