wendigo commented on issue #728:
URL: https://github.com/apache/arrow-java/issues/728#issuecomment-2830093652

   ```
   static final ArrowBuf EMPTY_BUFFER =
         new ArrowBuf(ReferenceManager.NO_OP, null, 0, 
NettyAllocationManager.EMPTY.memoryAddress());
   ```
   
   this throws `UnsupportedOperationException` when `memoryAddress()` is called 
on `EmptyByteBuf`


-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to