This is an automated email from the ASF dual-hosted git repository.
westonpace pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from a5c39fe82e GH-41137: [C#] Fix DenseUnionArray IsNull/Valid (#41138)
add 7f64fff61e 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/thirdparty/versions.txt | 4 +-
format/substrait/extension_types.yaml | 142 ++++++++---
python/pyarrow/tests/test_substrait.py | 48 ++++
11 files changed, 649 insertions(+), 97 deletions(-)