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

ASF GitHub Bot updated ARROW-12729:
-----------------------------------
    Labels: pull-request-available  (was: )

> [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: 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)

Reply via email to