You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/07/26 20:37:32 UTC

[arrow] branch master updated (1be837f -> 23a2faa)

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 1be837f  ARROW-12688: [R] Use DuckDB to query an Arrow Dataset
     add 23a2faa  ARROW-6072: [C++] Implement casting List <-> LargeList

No new revisions were added by this update.

Summary of changes:
 .../arrow/compute/kernels/scalar_cast_internal.cc  |   4 +
 .../arrow/compute/kernels/scalar_cast_nested.cc    | 141 ++++++++++++++-------
 cpp/src/arrow/compute/kernels/scalar_cast_test.cc  |  79 ++++++------
 python/pyarrow/tests/test_compute.py               |   5 +
 4 files changed, 144 insertions(+), 85 deletions(-)