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

ASF GitHub Bot commented on ARROW-1476:
---------------------------------------

siddharthteotia commented on issue #1316: ARROW-1476: [JAVA] Implement Final 
ValueVector Updates
URL: https://github.com/apache/arrow/pull/1316#issuecomment-344388391
 
 
   I am fixing the multiple-of-3 indentation. I thought mvn clean install will 
fail the build locally if checkstyle problems are there. Is there a 
deterministic way to test this locally 
   
   Looks like there is an integration test failure as well.
   
   Incompatible files
   index: 0, length: 1 (expected: range(0, 0))
   19:50:30.037 [main] ERROR org.apache.arrow.tools.Integration - Incompatible 
files
   java.lang.IndexOutOfBoundsException: index: 0, length: 1 (expected: range(0, 
0))
        at io.netty.buffer.ArrowBuf.checkIndexD(ArrowBuf.java:138)
        at io.netty.buffer.ArrowBuf.chk(ArrowBuf.java:161)
        at io.netty.buffer.ArrowBuf.getByte(ArrowBuf.java:781)
        at 
org.apache.arrow.vector.BaseNullableFixedWidthVector.isSet(BaseNullableFixedWidthVector.java:799)
        at 
org.apache.arrow.vector.NullableDecimalVector.getObject(NullableDecimalVector.java:139)
        at 
org.apache.arrow.vector.NullableDecimalVector.getObject(NullableDecimalVector.java:39)
        at 
org.apache.arrow.vector.util.Validator.compareFieldVectors(Validator.java:122)
        at 
org.apache.arrow.vector.util.Validator.compareVectorSchemaRoot(Validator.java:101)
        at 
org.apache.arrow.tools.Integration$Command$3.execute(Integration.java:201)
        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: (4644)
   
    @icexelloss , is this the same integration test you were referring to in 
"refactor JsonReader PR?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [JAVA] Implement final ValueVector updates
> ------------------------------------------
>
>                 Key: ARROW-1476
>                 URL: https://issues.apache.org/jira/browse/ARROW-1476
>             Project: Apache Arrow
>          Issue Type: Sub-task
>            Reporter: Jacques Nadeau
>            Assignee: Siddharth Teotia
>              Labels: pull-request-available
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to