Jacques Nadeau created ARROW-7198:
-------------------------------------
Summary: [Java] Allow a user to provide an alternative "chunk"
allocator
Key: ARROW-7198
URL: https://issues.apache.org/jira/browse/ARROW-7198
Project: Apache Arrow
Issue Type: Task
Components: Java
Reporter: Jacques Nadeau
Assignee: Jacques Nadeau
Right now, the Arrow Java libraries have two options:
- Have accounted memory using the Netty allocator.
- Have unaccounted memory using your own allocator.
I'd like to add a third option where you can use the existing accounting but
decide where the chunks of memory come from.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)