jnturton commented on PR #2610:
URL: https://github.com/apache/drill/pull/2610#issuecomment-1195642829

   > @luocooong See https://stackoverflow.com/a/61267496/497381 ` 
java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;` is not available in JDK 
1.8. It is available since Java 11. In 1.8 the return type is 
`Ljava/nio/Buffer;`. I am not sure why `Github CI / Main Build (8)` passes. 
Maybe it does not cover this code path ?!
   
   @martin-g thanks for looking into it, we've progressed to a successful build 
now. I was dragging in bad dependencies and somehow, specifically for aarch64, 
that seems to have caused a jar compiled with a >8 JDK, probably Netty, to have 
been pulled in to the Travis JDK 8 environment. That's my suspicion, anyway.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to