You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2021/12/06 16:00:30 UTC

[arrow] branch master updated (e903a21 -> a93c493)

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

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


    from e903a21  ARROW-14990: [CI] Fix nightly dask integration build (ensure pandas is installed)
     add a93c493  ARROW-4975: [C++] Support concatenation of UnionArrays

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_nested.cc     |   4 -
 cpp/src/arrow/array/concatenate.cc      |  86 +++++++++++++++-
 cpp/src/arrow/array/concatenate_test.cc | 170 +++++++++++++++++++++++++++++---
 cpp/src/arrow/testing/random_test.cc    |   3 -
 4 files changed, 242 insertions(+), 21 deletions(-)