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(-)

Reply via email to