This is an automated email from the ASF dual-hosted git repository.

emkornfield pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 18495e0  ARROW-10294: [Java] Resolve problems of DecimalVector APIs on 
ArrowBufs
     add 7189b91  ARROW-9475: [Java] Clean up usages of BaseAllocator, use 
BufferAllocator in…

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/arrow/memory/Accountant.java   |  3 +-
 .../org/apache/arrow/memory/AllocationManager.java | 39 ++++++++++++----------
 .../org/apache/arrow/memory/BaseAllocator.java     | 16 ++++++---
 .../org/apache/arrow/memory/BufferAllocator.java   | 32 ++++++++++++++++++
 .../java/org/apache/arrow/memory/BufferLedger.java | 22 ++++++------
 .../memory/DefaultAllocationManagerFactory.java    |  2 +-
 .../memory/DefaultAllocationManagerFactory.java    |  2 +-
 .../arrow/memory/NettyAllocationManager.java       |  6 ++--
 .../org/apache/arrow/memory/TestBaseAllocator.java |  2 +-
 .../arrow/memory/TestNettyAllocationManager.java   |  2 +-
 .../memory/DefaultAllocationManagerFactory.java    |  2 +-
 .../arrow/memory/UnsafeAllocationManager.java      |  4 +--
 12 files changed, 87 insertions(+), 45 deletions(-)

Reply via email to