thisisnic edited a comment on pull request #11306: URL: https://github.com/apache/arrow/pull/11306#issuecomment-936329236
The failing test here fails once per session with something like ``` Failure (test-dplyr-count-tally.R:43:3): count/tally with wt and grouped data `via_batch <- rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(input = record_batch(tbl))))` threw an unexpected warning. Message: Subsetting quosures with `[[` is deprecated as of rlang 0.4.0 Please use `quo_get_expr()` instead. This warning is displayed once per session. Class: deprecatedWarning/warning/condition ``` but on subsequent runs in the same session, it's fine and passes. I'm a bit unsure of what to do here as I looked for the line of code which triggers it but see no `[[` there. Is this something we've seen before @nealrichardson ? -- 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]
