You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/07/05 02:12:40 UTC

[arrow] branch master updated (74af39d -> f0e0cfb)

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

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


    from 74af39d  ARROW-6312: [C++] Add support for "pkg-config --static arrow"
     add f0e0cfb  ARROW-13147: [Java] Respect the rounding policy when allocating vector buffers

No new revisions were added by this update.

Summary of changes:
 .../org/apache/arrow/memory/BaseAllocator.java     |  5 ++
 .../org/apache/arrow/memory/BufferAllocator.java   | 10 ++++
 .../org/apache/arrow/vector/BaseValueVector.java   |  5 +-
 .../org/apache/arrow/vector/TestVectorAlloc.java   | 63 ++++++++++++++++++++++
 4 files changed, 80 insertions(+), 3 deletions(-)