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/08/24 17:02:17 UTC

[arrow] branch master updated (f4717df -> 04575bc)

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 f4717df  ARROW-13499: [R] Aggregation on expression doesn't NSE correctly
     add 04575bc  ARROW-13681: [C++] Fix list_parent_indices behaviour on chunked array

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/test_util.cc         |   9 +-
 cpp/src/arrow/compute/kernels/test_util.h          |   2 +-
 cpp/src/arrow/compute/kernels/vector_nested.cc     | 136 ++++++++++++++++-----
 .../arrow/compute/kernels/vector_nested_test.cc    |  49 ++++++--
 4 files changed, 150 insertions(+), 46 deletions(-)