KunshangJi created ARROW-8168:
---------------------------------
Summary: Improve Java Plasma client off-heap memory usage
Key: ARROW-8168
URL: https://issues.apache.org/jira/browse/ARROW-8168
Project: Apache Arrow
Issue Type: Improvement
Components: Java
Reporter: KunshangJi
Fix For: 0.17.0
Currently, Plasma Java client API use byte[], which need copy memory from Java
on-heap to off-heap(mmap file). we can improve create() and get() method and
return a ByteBuffer or DirectByteBuffer to avoid unnecessary memory copy.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)