jacques-n commented on pull request #7923: URL: https://github.com/apache/arrow/pull/7923#issuecomment-674303879
Hmm... I'm not sure we should have accepted this patch. By design, the Arrow Java library specifically excluded support for big-endian systems. It seems like we need to move the preconditions check further up the stack now that you don't have to use the Netty allocator. https://github.com/apache/arrow/blob/2092e18752a9c0494799493b12eb1830052217a2/java/memory/memory-netty/src/main/java/io/netty/buffer/UnsafeDirectLittleEndian.java#L64 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org