Liya Fan created ARROW-8481: ------------------------------- Summary: [Java] Provide an allocation manager based on Unsafe API Key: ARROW-8481 URL: https://issues.apache.org/jira/browse/ARROW-8481 Project: Apache Arrow Issue Type: New Feature Components: Java Reporter: Liya Fan Assignee: Liya Fan
This is in response to the discussion in https://github.com/apache/arrow/pull/6323#issuecomment-614195070 In this issue, we provide an allocation manager that is capable of allocation large (> 2GB) buffers. In addition, it does not depend on the netty library, which is aligning with the general trend of removing netty dependencies. In the future, we are going to make it the default allocation manager. -- This message was sent by Atlassian Jira (v8.3.4#803005)