You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/05/25 14:12:00 UTC

[jira] [Resolved] (ARROW-12729) [R] Fix length method for Table, RecordBatch

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

Ian Cook resolved ARROW-12729.
------------------------------
    Resolution: Fixed

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

> [R] Fix length method for Table, RecordBatch
> --------------------------------------------
>
>                 Key: ARROW-12729
>                 URL: https://issues.apache.org/jira/browse/ARROW-12729
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 4.0.0
>            Reporter: Ian Cook
>            Assignee: Nic Crane
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> {{length()}} does something odd on {{RecordBatch}} and {{Table}} objects:
> {code:r}
> length(Table$create(x=1))
> ## [1] 33
> length(RecordBatch$create(x=1))
> ## [1] 31
> {code}
> It should return the number of columns.



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