Bryan Cutler created ARROW-1948:
-----------------------------------
Summary: [Java] ListVector does not handle ipc with all non-null
values with none set
Key: ARROW-1948
URL: https://issues.apache.org/jira/browse/ARROW-1948
Project: Apache Arrow
Issue Type: Bug
Components: Java - Vectors
Affects Versions: 0.8.0
Reporter: Bryan Cutler
Assignee: Bryan Cutler
It is valid for ipc to send a validity buffer with no values set that indicate
all values are non-null. This is already handled by all vectors except
ListVector, which will throw an invalid index exception when this is the case
because it does not build the validity buffer with all elements set.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)