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

Uwe L. Korn resolved ARROW-2820.
--------------------------------
    Resolution: Fixed

Issue resolved by pull request 2249
[https://github.com/apache/arrow/pull/2249]

> [Python] RecordBatch.from_arrays does not validate array lengths are all equal
> ------------------------------------------------------------------------------
>
>                 Key: ARROW-2820
>                 URL: https://issues.apache.org/jira/browse/ARROW-2820
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Example reproduction as reported on 
> https://github.com/apache/arrow/issues/2098
> {code}
> import pyarrow as pa
> data=[pa.array([1]),pa.array(["tokyo", "like", "happy"]),pa.array(["derek"])]
> batch = pa.RecordBatch.from_arrays(data, ['id', 'tags', 'name'])
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to