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

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


    from 63f013cdb3 ARROW-17966: [C++] Adjust to new format for Substrait 
optional arguments (#14415)
     add 2078af7c71 ARROW-17836: [C++] Allow specifying alignment of buffers 
(#14225)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/builder_adaptive.cc  |  12 +-
 cpp/src/arrow/array/builder_adaptive.h   |  16 +-
 cpp/src/arrow/array/builder_base.h       |   4 +-
 cpp/src/arrow/array/builder_binary.cc    |   6 +-
 cpp/src/arrow/array/builder_binary.h     |  10 +-
 cpp/src/arrow/array/builder_decimal.cc   |   8 +-
 cpp/src/arrow/array/builder_decimal.h    |   6 +-
 cpp/src/arrow/array/builder_dict.h       |  49 ++---
 cpp/src/arrow/array/builder_nested.h     |  12 +-
 cpp/src/arrow/array/builder_primitive.cc |   9 +-
 cpp/src/arrow/array/builder_primitive.h  |  27 ++-
 cpp/src/arrow/array/builder_time.h       |  20 +-
 cpp/src/arrow/array/builder_union.cc     |   7 +-
 cpp/src/arrow/array/builder_union.h      |  24 ++-
 cpp/src/arrow/buffer.cc                  |   8 +-
 cpp/src/arrow/buffer.h                   |  10 +
 cpp/src/arrow/buffer_builder.h           |  28 ++-
 cpp/src/arrow/buffer_test.cc             |  40 ++++
 cpp/src/arrow/builder.cc                 |   8 +-
 cpp/src/arrow/compute/exec/test_util.cc  |   8 +-
 cpp/src/arrow/compute/exec/test_util.h   |   4 +-
 cpp/src/arrow/io/file_test.cc            |   9 +-
 cpp/src/arrow/memory_pool.cc             | 158 +++++++++-------
 cpp/src/arrow/memory_pool.h              |  39 +++-
 cpp/src/arrow/memory_pool_internal.h     |   9 +-
 cpp/src/arrow/memory_pool_jemalloc.cc    |  21 ++-
 cpp/src/arrow/memory_pool_test.cc        |   4 +-
 cpp/src/arrow/memory_pool_test.h         |  17 ++
 cpp/src/arrow/stl_allocator.h            |  11 +-
 cpp/src/arrow/testing/random.cc          | 301 ++++++++++++++++++-------------
 cpp/src/arrow/testing/random.h           | 221 +++++++++++++++++------
 cpp/src/arrow/testing/random_test.cc     |  56 ++++++
 cpp/src/arrow/type_fwd.h                 |   2 +
 java/dataset/src/main/cpp/jni_util.cc    |  26 +--
 java/dataset/src/main/cpp/jni_util.h     |  11 +-
 r/src/memorypool.cpp                     |  18 +-
 36 files changed, 827 insertions(+), 392 deletions(-)

Reply via email to