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 2020/03/02 14:24:57 UTC

[arrow] branch master updated (b85e17f -> 882cd34)

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 b85e17f  ARROW-7978: [Dev] Do not run IWYU in Github Actions "lint" workflow
     add 882cd34  ARROW-7764: [C++] Don't keep a null bitmap in ArrayData if null_count == 0

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.cc                          |  40 +++--
 cpp/src/arrow/array.h                           |  34 ++--
 cpp/src/arrow/array/dict_internal.cc            |   2 +-
 cpp/src/arrow/array_test.cc                     |   6 +-
 cpp/src/arrow/compute/kernels/aggregate_test.cc |  19 +-
 cpp/src/arrow/compute/kernels/minmax.cc         |  17 +-
 cpp/src/arrow/json/parser_test.cc               |   5 +-
 cpp/src/parquet/encoding.cc                     | 222 +++++++++++++++---------
 cpp/src/parquet/encoding.h                      |  26 ++-
 cpp/src/parquet/encoding_benchmark.cc           |   2 +-
 cpp/src/parquet/encoding_test.cc                |  25 ++-
 python/pyarrow/tests/test_table.py              |   9 +-
 r/tests/testthat/test-array-data.R              |   2 +-
 13 files changed, 251 insertions(+), 158 deletions(-)