[
https://issues.apache.org/jira/browse/ARROW-8386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-8386:
----------------------------------
Labels: pull-request-available (was: )
> [Python] pyarrow.jvm raises error for empty Arrays
> --------------------------------------------------
>
> Key: ARROW-8386
> URL: https://issues.apache.org/jira/browse/ARROW-8386
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 0.16.0
> Reporter: Bryan Cutler
> Assignee: Bryan Cutler
> Priority: Major
> Labels: pull-request-available
>
> In the pyarrow.jvm module, when there is an empty array in Java, trying to
> create it in python raises a ValueError. This is because for an empty array,
> Java returns an empty list of buffers, then pyarrow.jvm attempts to create
> the array with pa.Array.from_buffers with an empty list.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)