[
https://issues.apache.org/jira/browse/ARROW-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Cutler updated ARROW-1948:
--------------------------------
Fix Version/s: (was: JS-0.3.0)
0.9.0
> [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
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> 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)