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

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


    from 48782e7570 MINOR: [Java] Bump com.puppycrawl.tools:checkstyle from 
8.29 to 10.17.0 in /java (#43311)
     add 6bba2036a5 GH-43479: [Java] Change visibility of MemoryUtil.UNSAFE 
(#43480)

No new revisions were added by this update.

Summary of changes:
 .../arrow/adapter/jdbc/consumer/ClobConsumer.java  | 16 ++---
 .../sort/FixedWidthOutOfPlaceVectorSorter.java     |  2 +-
 .../sort/VariableWidthOutOfPlaceVectorSorter.java  |  2 +-
 .../org/apache/arrow/c/ArrowArrayUtilityTest.java  | 12 ++--
 .../java/org/apache/arrow/memory/ArrowBuf.java     | 82 ++++++++++------------
 .../arrow/memory/util/ByteFunctionHelpers.java     | 42 +++++------
 .../org/apache/arrow/memory/util/MemoryUtil.java   | 72 +++++++++++++++++--
 .../arrow/memory/util/hash/MurmurHasher.java       |  4 +-
 .../arrow/memory/util/hash/SimpleHasher.java       |  6 +-
 .../memory/DefaultAllocationManagerFactory.java    |  6 +-
 .../org/apache/arrow/memory/TestBaseAllocator.java | 25 ++-----
 .../apache/arrow/memory/TestForeignAllocation.java |  4 +-
 .../memory/unsafe/UnsafeAllocationManager.java     |  6 +-
 .../apache/arrow/vector/BaseFixedWidthVector.java  |  2 +-
 .../org/apache/arrow/vector/BitVectorHelper.java   | 13 ++--
 .../org/apache/arrow/vector/Decimal256Vector.java  | 44 +++++-------
 .../org/apache/arrow/vector/DecimalVector.java     | 43 +++++-------
 .../apache/arrow/vector/util/DecimalUtility.java   |  8 +--
 .../apache/arrow/vector/util/VectorAppender.java   | 18 ++---
 .../apache/arrow/vector/TestBitVectorHelper.java   | 12 ++--
 20 files changed, 218 insertions(+), 201 deletions(-)

Reply via email to