Javier Luraschi created ARROW-3784:
--------------------------------------

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


{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)

Reply via email to