You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/11/10 14:11:43 UTC

[arrow] branch master updated (bb776d8 -> 575a437)

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

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


    from bb776d8  ARROW-14374: [Java] Integration tests for the C data Interface implementation for Java
     add 575a437  ARROW-14167: [C++][R] Directly support dictionaries in coalesce

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_if_else.cc    |  48 +++++--
 .../arrow/compute/kernels/scalar_if_else_test.cc   | 154 ++++++++++++++++++++-
 r/R/dplyr-functions.R                              |   6 -
 r/tests/testthat/test-dplyr-funcs-conditional.R    |  37 ++---
 4 files changed, 212 insertions(+), 33 deletions(-)