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

raulcd pushed a change to branch maint-16.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from e138bdc5f0 GH-41043: [CI][Python] check message in 
test_make_write_options_error for Cython 2 (#41059)
     add 903be59c79 GH-40801: [Docs] Clarify device identifier documentation in 
the Arrow C Device data interface (#41101)
     add 4d3d4ac0bb GH-40866: [C++][Python] Basic conversion of RecordBatch to 
Arrow Tensor - add support for row-major (#40867)
     add b18b1f4916 GH-41119: [Archery][Packaging][CI] Avoid using --progress 
flag on Docker on Windows on archery (#41120)
     add 2853ecb4df GH-41034: [C++][FS][Azure] Adjust 
DeleteDir/DeleteDirContents/GetFileInfoSelector behaviors against Azure for 
generic filesystem tests (#41068)
     add 5330df7a71 GH-40695 [C++] Expand Substrait type support (#40696)

No new revisions were added by this update.

Summary of changes:
 .../arrow/engine/substrait/expression_internal.cc  | 262 ++++++++++++++++++---
 cpp/src/arrow/engine/substrait/extension_set.cc    |   8 +-
 cpp/src/arrow/engine/substrait/extension_set.h     |   4 +
 cpp/src/arrow/engine/substrait/extension_types.cc  |  31 +++
 cpp/src/arrow/engine/substrait/extension_types.h   |  10 +
 cpp/src/arrow/engine/substrait/serde_test.cc       | 125 ++++++++--
 cpp/src/arrow/engine/substrait/type_internal.cc    | 110 +++++++--
 cpp/src/arrow/engine/substrait/util.h              |   2 +-
 cpp/src/arrow/filesystem/azurefs.cc                |  83 ++++++-
 cpp/src/arrow/filesystem/azurefs_test.cc           |   6 +-
 cpp/src/arrow/record_batch.cc                      |  79 +++++--
 cpp/src/arrow/record_batch.h                       |   4 +-
 cpp/src/arrow/record_batch_test.cc                 | 212 ++++++++++++++---
 cpp/thirdparty/versions.txt                        |   4 +-
 dev/archery/archery/docker/core.py                 |   4 +-
 docs/source/format/CDeviceDataInterface.rst        |   6 +-
 format/substrait/extension_types.yaml              | 142 ++++++++---
 python/pyarrow/includes/libarrow.pxd               |   3 +-
 python/pyarrow/table.pxi                           |  36 ++-
 python/pyarrow/tests/test_substrait.py             |  48 ++++
 python/pyarrow/tests/test_table.py                 |  74 ++++--
 21 files changed, 1069 insertions(+), 184 deletions(-)

Reply via email to