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

Reply via email to