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

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


    from 953947a781 GH-46833: [Python] Expose 
ConfigureManagedIdentityCredential and ConfigureClientSecretCredential to 
AzureFileSystem on PyArrow (#46837)
     add 0140089a7f GH-46791: [C++] Add `Status::OrElse`, `IntoStatus<T>` and 
`ToStatus` (#46792)

No new revisions were added by this update.

Summary of changes:
 c_glib/test/test-decimal128.rb                     |   4 +-
 c_glib/test/test-decimal256.rb                     |   4 +-
 c_glib/test/test-decimal32.rb                      |   4 +-
 c_glib/test/test-decimal64.rb                      |   4 +-
 cpp/src/arrow/array/concatenate_test.cc            |  15 ++-
 cpp/src/arrow/array/diff_test.cc                   |   8 +-
 .../compute/kernels/scalar_arithmetic_benchmark.cc |   4 +-
 .../compute/kernels/scalar_boolean_benchmark.cc    |   2 +-
 .../arrow/compute/kernels/scalar_cast_benchmark.cc |   4 +-
 .../compute/kernels/scalar_compare_benchmark.cc    |   4 +-
 .../arrow/compute/kernels/scalar_list_benchmark.cc |   2 +-
 .../compute/kernels/scalar_random_benchmark.cc     |   2 +-
 .../compute/kernels/scalar_temporal_benchmark.cc   |  12 +--
 .../arrow/compute/kernels/vector_hash_benchmark.cc |  10 +-
 cpp/src/arrow/compute/kernels/vector_pairwise.cc   |   2 +-
 .../compute/kernels/vector_partition_benchmark.cc  |   2 +-
 .../compute/kernels/vector_selection_benchmark.cc  |  10 +-
 .../arrow/compute/kernels/vector_sort_benchmark.cc |   2 +-
 .../arrow/compute/kernels/vector_topk_benchmark.cc |   2 +-
 cpp/src/arrow/dataset/dataset_writer.cc            |   7 +-
 cpp/src/arrow/filesystem/azurefs_test.cc           |   4 +-
 cpp/src/arrow/gpu/cuda_memory.cc                   |   2 +-
 cpp/src/arrow/io/file_test.cc                      |   2 +-
 cpp/src/arrow/io/memory_test.cc                    |   2 +-
 cpp/src/arrow/record_batch.h                       |   2 +-
 cpp/src/arrow/result.h                             |  16 +--
 cpp/src/arrow/scalar_test.cc                       |  10 +-
 cpp/src/arrow/status.h                             |  78 ++++++++++-----
 cpp/src/arrow/status_test.cc                       | 108 +++++++++++++++++++++
 cpp/src/arrow/testing/gtest_util.h                 |  33 +++----
 cpp/src/arrow/testing/matchers.h                   |   4 +-
 cpp/src/arrow/type.cc                              |   4 +-
 cpp/src/arrow/util/cancel.cc                       |   2 +-
 cpp/src/arrow/util/decimal.cc                      |  57 +++++------
 cpp/src/arrow/util/decimal.h                       |  52 ++++------
 cpp/src/arrow/util/iterator.h                      |   2 +-
 cpp/src/arrow/util/iterator_test.cc                |   6 +-
 cpp/src/arrow/util/logging.h                       |   2 +-
 cpp/src/parquet/arrow/writer.cc                    |   9 +-
 cpp/src/parquet/exception.h                        |  20 ++--
 python/pyarrow/src/arrow/python/common.h           |   3 +-
 python/pyarrow/src/arrow/python/python_test.cc     |  19 ++--
 python/pyarrow/tests/test_array.py                 |   4 +-
 43 files changed, 323 insertions(+), 222 deletions(-)

Reply via email to