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/07/19 17:46:54 UTC

[arrow] branch master updated (c9b9fa4 -> c848f12)

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 c9b9fa4  ARROW-13091: [Python] Add compression_level argument to IpcWriteOptions constructor
     add c848f12  ARROW-13136: [C++] Add coalesce function

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/codegen_internal.cc  |   4 +-
 cpp/src/arrow/compute/kernels/scalar_if_else.cc    | 273 +++++++++++++++++++++
 .../compute/kernels/scalar_if_else_benchmark.cc    |  61 +++++
 .../arrow/compute/kernels/scalar_if_else_test.cc   | 187 ++++++++++++++
 cpp/src/arrow/util/bit_block_counter.h             |  13 +
 docs/source/cpp/compute.rst                        |  43 ++--
 docs/source/python/api/compute.rst                 |   1 +
 7 files changed, 562 insertions(+), 20 deletions(-)