You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2022/12/14 08:25:16 UTC

[arrow] branch master updated (f668537103 -> 4647739e46)

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 f668537103 MINOR: [Docs] Fix a typo and remove a duplicated item (#14941)
     add 4647739e46 ARROW-17520: [C++] Implement SubStrait SetRel (UnionAll) (#14186)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/engine/CMakeLists.txt                |   1 +
 .../arrow/engine/substrait/expression_internal.cc  |  15 +--
 .../arrow/engine/substrait/relation_internal.cc    |  45 ++++++++
 cpp/src/arrow/engine/substrait/serde_test.cc       | 120 +++++++++++++++++++++
 cpp/src/arrow/engine/substrait/util.h              |   1 +
 cpp/src/arrow/engine/substrait/util_internal.cc    |  35 ++++++
 .../substrait/{type_fwd.h => util_internal.h}      |  21 ++--
 7 files changed, 216 insertions(+), 22 deletions(-)
 create mode 100644 cpp/src/arrow/engine/substrait/util_internal.cc
 copy cpp/src/arrow/engine/substrait/{type_fwd.h => util_internal.h} (54%)