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/05/03 15:38:36 UTC

[arrow] branch master updated (3b6bf4e -> ce28617)

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 3b6bf4e  ARROW-12617: [Python] Align orc.write_table keyword order with parquet.write_table
     add ce28617  ARROW-12568: [C++][Compute] Fix nullptr deference when array contains no nulls

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    |  8 ++-
 .../arrow/compute/kernels/hash_aggregate_test.cc   | 23 +++++++
 cpp/src/arrow/compute/kernels/scalar_boolean.cc    | 72 ++++++++++++++++------
 .../arrow/compute/kernels/scalar_boolean_test.cc   | 18 ++++++
 .../arrow/compute/kernels/scalar_cast_nested.cc    |  8 ++-
 cpp/src/arrow/compute/kernels/scalar_cast_test.cc  | 14 +++++
 6 files changed, 119 insertions(+), 24 deletions(-)