paleolimbot opened a new issue, #39076:
URL: https://github.com/apache/arrow/issues/39076
### Describe the bug, including details regarding any error messages,
version, and platform.
When we run the tests we get a lot of:
```
Warning message:
Returning more (or less) than 1 row per `summarise()` group was deprecated
in dplyr 1.1.0.
ℹ Please use `reframe()` instead.
ℹ When switching from `summarise()` to `reframe()`, remember that
`reframe()` always returns an
ungrouped data frame and adjust accordingly.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
generated.
```
These warnings aren't because we are calling dplyr, but because the tests
use example data that results in this warning. These warnings are confusing
when running the tests and makes real warnings harder to spot!
### 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]