[
https://issues.apache.org/jira/browse/ARROW-3784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-3784.
---------------------------------
Resolution: Fixed
Fix Version/s: 0.12.0
Issue resolved by pull request 2960
[https://github.com/apache/arrow/pull/2960]
> [R] Array with type fails with x is not a vector
> -------------------------------------------------
>
> Key: ARROW-3784
> URL: https://issues.apache.org/jira/browse/ARROW-3784
> Project: Apache Arrow
> Issue Type: Improvement
> Components: R
> Reporter: Javier Luraschi
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.12.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> {code:java}
> array(1:10, type = int32())
> {code}
> Actual:
> {code:java}
> Error: `x` is not a vector
> {code}
> Expected:
> {code:java}
> arrow::Array [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)