You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/10/07 14:27:00 UTC

[jira] [Updated] (ARROW-13800) [R] Use divide instead of divide_checked

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

ASF GitHub Bot updated ARROW-13800:
-----------------------------------
    Labels: good-first-issue pull-request-available  (was: good-first-issue)

> [R] Use divide instead of divide_checked
> ----------------------------------------
>
>                 Key: ARROW-13800
>                 URL: https://issues.apache.org/jira/browse/ARROW-13800
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>            Reporter: Neal Richardson
>            Assignee: Dragoș Moldovan-Grünfeld
>            Priority: Major
>              Labels: good-first-issue, pull-request-available
>             Fix For: 6.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In R, divide by 0 results in Inf. That maps (for floats at least) to arrow's divide, not divide_checked, which errors.
> See also discussion on ARROW-13801; we may need to do special {{nse_func}} handling for {{\}} to get this right in dplyr for integers (or maybe we already are; in any case, add some tests).



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