okumin commented on code in PR #5592:
URL: https://github.com/apache/hive/pull/5592#discussion_r1899289417


##########
pom.xml:
##########
@@ -110,7 +110,7 @@
     <antlr4.version>4.9.3</antlr4.version>
     <apache-directory-server.version>1.5.7</apache-directory-server.version>
     <!-- Include arrow for LlapOutputFormatService -->
-    <arrow.version>12.0.0</arrow.version>
+    <arrow.version>16.1.0</arrow.version>

Review Comment:
   I guess this Apache Arrow is compiled by a different JDK version
   
   ```
   [2024-12-29T18:31:23.075Z] Caused by: java.lang.NoSuchMethodError: 
java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
   [2024-12-29T18:31:23.075Z]   at 
org.apache.arrow.memory.ArrowBuf.setBytes(ArrowBuf.java:850)
   [2024-12-29T18:31:23.075Z]   at 
io.netty.buffer.NettyArrowBuf.setBytes(NettyArrowBuf.java:278)
   [2024-12-29T18:31:23.075Z]   at 
io.netty.buffer.MutableWrappedByteBuf.setBytes(MutableWrappedByteBuf.java:341)
   [2024-12-29T18:31:23.075Z]   at 
io.netty.buffer.ExpandableByteBuf.setBytes(ExpandableByteBuf.java:27)
   [2024-12-29T18:31:23.075Z]   at 
io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1113)
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to