Ian Cook created ARROW-12729:
--------------------------------
Summary: [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
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)