You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/12/05 15:14:56 UTC

[arrow] branch master updated (6cfe3e0 -> 864eb31)

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

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


    from 6cfe3e0  ARROW-7159: [CI] Run HDFS tests as cron task
     add 864eb31  ARROW-7077: [C++] Casting dictionary to unrelated value type shouldn't crash

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/cast.cc      | 95 ++++++++++++++++++------------
 cpp/src/arrow/compute/kernels/cast_test.cc | 18 +++++-
 python/pyarrow/includes/libarrow.pxd       |  3 +-
 python/pyarrow/tests/test_array.py         | 10 ++++
 4 files changed, 87 insertions(+), 39 deletions(-)