liyafan82 commented on a change in pull request #7619:
URL: https://github.com/apache/arrow/pull/7619#discussion_r449553368
##########
File path: java/vector/pom.xml
##########
@@ -50,6 +50,12 @@
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.arrow</groupId>
+ <artifactId>arrow-memory-netty</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
Review comment:
Thanks for your feedback.
It is weird. I thought only unsafe allocator supports allocating a buffer
larger than 2GB, because the netty allocator uses int32 internally.
----------------------------------------------------------------
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:
[email protected]