[
https://issues.apache.org/jira/browse/ARROW-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15438165#comment-15438165
]
Julien Le Dem commented on ARROW-273:
-------------------------------------
OK. SO we are saying that the max value for an offset is 2^31-1 (since it is
never negative)
> Lists use unsigned offset vectors instead of signed (as defined in the spec)
> ----------------------------------------------------------------------------
>
> Key: ARROW-273
> URL: https://issues.apache.org/jira/browse/ARROW-273
> Project: Apache Arrow
> Issue Type: Bug
> Components: Java - Vectors
> Reporter: Julien Le Dem
>
> The List vector defines it's offset vector as UInt4Vector. (unsigned int 34)
> According to the arrow spec it should be a signed int32.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)