[
https://issues.apache.org/jira/browse/ARROW-3784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17660807#comment-17660807
]
Rok Mihevc commented on ARROW-3784:
-----------------------------------
This issue has been migrated to [issue
#20152|https://github.com/apache/arrow/issues/20152] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [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
> Assignee: Romain Francois
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.12.0
>
> Time Spent: 2.5h
> 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
(v8.20.10#820010)