You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/08/18 12:05:58 UTC

[arrow] branch master updated (973dbae -> 48f42e9)

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

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


    from 973dbae  ARROW-13635: [Packaging][Python] Define --with-lg-page for jemalloc in the arm manylinux builds
     add 48f42e9  ARROW-11981: [C++] Implement Union ExecNode

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt                  |   1 +
 cpp/src/arrow/compute/exec/CMakeLists.txt     |   1 +
 cpp/src/arrow/compute/exec/plan_test.cc       |  81 --------------
 cpp/src/arrow/compute/exec/test_util.cc       |  43 ++++++++
 cpp/src/arrow/compute/exec/test_util.h        |  52 +++++++++
 cpp/src/arrow/compute/exec/union_node.cc      | 147 +++++++++++++++++++++++++
 cpp/src/arrow/compute/exec/union_node_test.cc | 150 ++++++++++++++++++++++++++
 7 files changed, 394 insertions(+), 81 deletions(-)
 create mode 100644 cpp/src/arrow/compute/exec/union_node.cc
 create mode 100644 cpp/src/arrow/compute/exec/union_node_test.cc