[ 
https://issues.apache.org/jira/browse/ARROW-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340263#comment-16340263
 ] 

Jingyuan Wang commented on ARROW-1837:
--------------------------------------

a more complete stack trace

{code:none}
Error accessing files
Numeric value (65350) out of range of Java short
 at [Source: /tmp/tmp7z9ijgqc/generated_primitive.json; line: 783, column: 18]
17:46:40.350 [main] ERROR org.apache.arrow.tools.Integration - Error accessing 
files
com.fasterxml.jackson.core.JsonParseException: Numeric value (65350) out of 
range of Java short
 at [Source: /tmp/tmp7z9ijgqc/generated_primitive.json; line: 783, column: 18]
        at 
com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1586)
        at 
com.fasterxml.jackson.core.JsonParser.getShortValue(JsonParser.java:1075)
        at 
org.apache.arrow.vector.ipc.JsonFileReader$BufferHelper$3.read(JsonFileReader.java:248)
        at 
org.apache.arrow.vector.ipc.JsonFileReader$BufferReader.readBuffer(JsonFileReader.java:199)
        at 
org.apache.arrow.vector.ipc.JsonFileReader.readIntoBuffer(JsonFileReader.java:491)
        at 
org.apache.arrow.vector.ipc.JsonFileReader.readFromJsonIntoVector(JsonFileReader.java:539)
        at 
org.apache.arrow.vector.ipc.JsonFileReader.read(JsonFileReader.java:180)
        at 
org.apache.arrow.tools.Integration$Command$3.execute(Integration.java:196)
        at org.apache.arrow.tools.Integration.run(Integration.java:114)
        at org.apache.arrow.tools.Integration.main(Integration.java:65)
        Suppressed: java.lang.IllegalStateException: Memory was leaked by 
query. Memory leaked: (1148)
Allocator(ROOT) 0/1148/1148/2147483647 (res/actual/peak/limit)

                at 
org.apache.arrow.memory.BaseAllocator.close(BaseAllocator.java:406)
                at 
org.apache.arrow.tools.Integration$Command$3.execute(Integration.java:220)
                ... 2 common frames omitted
{code}

> [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)

Reply via email to