[ 
https://issues.apache.org/jira/browse/ARROW-14252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neal Richardson resolved ARROW-14252.
-------------------------------------
    Fix Version/s:     (was: 7.0.0)
                   6.0.0
       Resolution: Fixed

Issue resolved by pull request 11371
[https://github.com/apache/arrow/pull/11371]

> [R] Partial matching of arguments warning
> -----------------------------------------
>
>                 Key: ARROW-14252
>                 URL: https://issues.apache.org/jira/browse/ARROW-14252
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>            Reporter: Nicola Crane
>            Assignee: Dragoș Moldovan-Grünfeld
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 6.0.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> There are a few examples of partially matched arguments in the code.  One 
> example is below, but there could be others.
> {code:r}
> Failure (test-dplyr-query.R:46:3): dim() on query
> `via_batch <- rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(input = 
> record_batch(tbl))))` threw an unexpected warning.
> Message: partial match of 'filtered' to 'filtered_rows'
> Class:   simpleWarning/warning/condition
> Backtrace:
>   1. arrow:::expect_dplyr_equal(...) test-dplyr-query.R:46:2
>  11. arrow::dim.arrow_dplyr_query(.)
>  12. base::isTRUE(x$filtered) /Users/dragos/Documents/arrow/r/R/dplyr.R:147:2
> Failure (test-dplyr-query.R:46:3): dim() on query
> `via_table <- rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(input = 
> Table$create(tbl))))` threw an unexpected warning.
> Message: partial match of 'filtered' to 'filtered_rows'
> Class:   simpleWarning/warning/condition
> Backtrace:
>   1. arrow:::expect_dplyr_equal(...) test-dplyr-query.R:46:2
>  11. arrow::dim.arrow_dplyr_query(.)
>  12. base::isTRUE(x$filtered) /Users/dragos/Documents/arrow/r/R/dplyr.R:147:2
> {code}
> This is the relevant line of code in the example above: 
> https://github.com/apache/arrow/blob/25a6f591d1f162106b74e29870ebd4012e9874cc/r/R/dplyr.R#L150



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to