warriersruthi commented on a change in pull request #2689: URL: https://github.com/apache/hive/pull/2689#discussion_r735512043
########## File path: ql/src/java/org/apache/hadoop/hive/llap/WritableByteChannelAdapter.java ########## @@ -93,7 +93,7 @@ public int write(ByteBuffer src) throws IOException { int size = src.remaining(); //Down the semaphore or block until available takeWriteResources(1); - ByteBuf buf = allocator.buffer(size); + ByteBuf buf = allocator.getAsByteBufAllocator().buffer(size); Review comment: Due to a change in the corresponding API in the latest arrow version, this fix is required to avoid build failures. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org