[
https://issues.apache.org/jira/browse/ARROW-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340222#comment-16340222
]
Jingyuan Wang commented on ARROW-1837:
--------------------------------------
Wes mentioned in the GitHub issue page:
------
I found the problem -- one of the primitive integration test files was being
clobbered and not run, which was suppressing a failure that should have been
raised a long time ago.
In the meantime, there was also a regression from the Java refactor, and we are
no longer able to fully read unsigned integer types anymore. I will hack the
integration tests for now and open a JIRA about fixing,
here's an example of trying to read a {{uint16}} vector:
{{16:49:51.051 [main] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.ratio:
8 Error accessing files Numeric value (65350) out of range of Java short at
[Source: /tmp/tmpwgopllpl/generated_primitive.json; line: 1111, column: 18]
16:49:51.065 [main] ERROR org.apache.arrow.tools.Integration - Error accessing
files com.fasterxml.jackson.core.JsonParseException: Numeric value (65350) out
of range of Java short}}
> [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
>
>
> 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)