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

[jira] [Assigned] (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 ]

Nic Crane reassigned ARROW-12729:
---------------------------------

    Assignee: Nic Crane

> [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
>             Fix For: 5.0.0
>
>
> {{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)