Bryan Cutler created ARROW-8386:
-----------------------------------

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


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)

Reply via email to