ianmcook commented on a change in pull request #11018:
URL: https://github.com/apache/arrow/pull/11018#discussion_r713470119
##########
File path: r/R/dplyr-summarize.R
##########
@@ -161,6 +166,18 @@ summarize_eval <- function(name, quosure, ctx, recurse =
FALSE) {
return()
}
+ if ("median" %in% funs_in_expr) {
+ expr <- wrap_median(expr, hash)
+ # TODO: Remove this warning after median() returns an exact median
+ # (ARROW-14021)
+ warn(
Review comment:
I wasn't sure that would work, but I guess it does. Done.
--
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]