You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2019/06/11 09:08:00 UTC

[jira] [Closed] (ARROW-5539) [Java] Test failure

     [ https://issues.apache.org/jira/browse/ARROW-5539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou closed ARROW-5539.
---------------------------------
    Resolution: Workaround

> [Java] Test failure
> -------------------
>
>                 Key: ARROW-5539
>                 URL: https://issues.apache.org/jira/browse/ARROW-5539
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java
>            Reporter: Antoine Pitrou
>            Priority: Major
>
> I know next to nothing about Java ecosystems. I'm trying to build and test locally, and get the following failures:
> {code}
> [ERROR] Tests run: 6, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.011 s <<< FAILURE! - in io.netty.buffer.TestArrowBuf
> [ERROR] testSetBytesSliced(io.netty.buffer.TestArrowBuf)  Time elapsed: 0.004 s  <<< ERROR!
> java.lang.NoSuchMethodError: io.netty.buffer.ArrowBuf.setBytes(ILjava/nio/ByteBuffer;II)Lio/netty/buffer/ArrowBuf;
> 	at io.netty.buffer.TestArrowBuf.testSetBytesSliced(TestArrowBuf.java:100)
> [ERROR] testSetBytesUnsliced(io.netty.buffer.TestArrowBuf)  Time elapsed: 0 s  <<< ERROR!
> java.lang.NoSuchMethodError: io.netty.buffer.ArrowBuf.setBytes(ILjava/nio/ByteBuffer;II)Lio/netty/buffer/ArrowBuf;
> 	at io.netty.buffer.TestArrowBuf.testSetBytesUnsliced(TestArrowBuf.java:121)
> 12:27:49.541 [main] WARN  o.apache.arrow.memory.BoundsChecking - "drill.enable_unsafe_memory_access" has been renamed to "arrow.enable_unsafe_memory_access"
> 12:27:49.543 [main] WARN  o.apache.arrow.memory.BoundsChecking - "arrow.enable_unsafe_memory_access" can be set to:  true (to not check) or false (to check, default)
> 12:27:49.617 [main] WARN  o.apache.arrow.memory.BoundsChecking - "drill.enable_unsafe_memory_access" has been renamed to "arrow.enable_unsafe_memory_access"
> 12:27:49.619 [main] WARN  o.apache.arrow.memory.BoundsChecking - "arrow.enable_unsafe_memory_access" can be set to:  true (to not check) or false (to check, default)
> {code}
> Java version is the following:
> {code}
> $ java -version
> java version "1.8.0_201"
> Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
> Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
> {code}
> I'm on Ubuntu 18.04. Perhaps I need another JVM?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)