[
https://issues.apache.org/jira/browse/ARROW-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340464#comment-16340464
]
Wes McKinney commented on ARROW-1837:
-------------------------------------
Since Java doesn't have unsigned integer values, I presume that we'll want to
return them in {{getObject}} as a larger signed integer object for now – as
long as unsigned values sent from other applications can be understood
correctly. So a {{UInt2Vector}} would return {{int}} values, {{UInt4Vector}}
return {{long}} values, and so forth (would {{UInt8}} have to return
{{BigInteger}}?)
> [Java] Unable to read unsigned integers outside signed range for bit width in
> integration tests
> -----------------------------------------------------------------------------------------------
>
> Key: ARROW-1837
> URL: https://issues.apache.org/jira/browse/ARROW-1837
> Project: Apache Arrow
> Issue Type: Bug
> Components: Java - Vectors
> Reporter: Wes McKinney
> Priority: Blocker
> Fix For: 0.9.0
>
> Attachments: generated_primitive.json
>
>
> I believe this was introduced recently (perhaps in the refactors), but there
> was a problem where the integration tests weren't being properly run that hid
> the error from us
> see https://github.com/apache/arrow/pull/1294#issuecomment-345553066
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)