paleolimbot commented on issue #35929:
URL: https://github.com/apache/arrow/issues/35929#issuecomment-1607513336
Thanks for opening! We also have a *lot* of warnings in our tests that look
like:
```
Warning (test-dplyr-summarize.R:902:3): Not (yet) supported: implicit join
Returning more (or less) than 1 row per `summarise()` group was deprecated
in dplyr 1.1.0.
i Please use `reframe()` instead.
i When switching from `summarise()` to `reframe()`, remember that
`reframe()` always returns an ungrouped data frame and adjust accordingly.
Backtrace:
1. arrow:::compare_dplyr_binding(...)
at test-dplyr-summarize.R:902:2
12. arrow:::summarise.arrow_dplyr_query(., dbl)
13. arrow:::abandon_ship(call, .data, format(out))
at r/R/dplyr-summarize.R:202:4
14. base::eval.parent(call, 2)
at r/R/dplyr.R:354:2
15. base::eval(expr, p)
16. base::eval(expr, p)
18. dplyr:::summarise.grouped_df(.data = `<gropd_df[,10]>`, dbl)
19. dplyr:::summarise_deprecate_variable_size()
```
...and perhaps this would be a good opportunity to fix them.
--
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]