[
https://issues.apache.org/jira/browse/ARROW-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rok Mihevc updated ARROW-2820:
------------------------------
External issue URL: https://github.com/apache/arrow/issues/19198
> [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
(v8.20.10#820010)