This is an automated email from the ASF dual-hosted git repository.
westonpace pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 7276c359e8 ARROW-18384: [Release][MSYS2] Show pull request title
(#14709)
add 63f013cdb3 ARROW-17966: [C++] Adjust to new format for Substrait
optional arguments (#14415)
No new revisions were added by this update.
Summary of changes:
.../arrow/engine/substrait/expression_internal.cc | 49 +++---
cpp/src/arrow/engine/substrait/extension_set.cc | 145 +++++++++++-----
cpp/src/arrow/engine/substrait/extension_set.h | 25 +--
cpp/src/arrow/engine/substrait/function_test.cc | 190 +++++++++++++++++----
cpp/src/arrow/engine/substrait/plan_internal.cc | 20 +++
cpp/src/arrow/engine/substrait/serde.cc | 10 ++
cpp/src/arrow/engine/substrait/serde_test.cc | 93 ++++++----
.../arrow/engine/substrait/test_plan_builder.cc | 30 +++-
cpp/src/arrow/engine/substrait/test_plan_builder.h | 2 +
cpp/thirdparty/versions.txt | 4 +-
python/pyarrow/tests/test_substrait.py | 5 +
11 files changed, 419 insertions(+), 154 deletions(-)