nealrichardson commented on a change in pull request #7668:
URL: https://github.com/apache/arrow/pull/7668#discussion_r453082760
##########
File path: r/R/array.R
##########
@@ -269,6 +263,8 @@ filter_rows <- function(x, i, keep_na = TRUE, ...) {
nrows <- x$num_rows %||% x$length() # Depends on whether Array or Table-like
if (inherits(i, "array_expression")) {
# Evaluate it
+ # Switch this when https://issues.apache.org/jira/browse/ARROW-9380 is
resolved
+ # i <- eval_array_expression(i)
Review comment:
Yes, I know, I started working on this and ran into ARROW-9389. I can
hack around this here for now, but I was leaning towards holding this until
after 1.0 anyway. What do you think?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]