This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from c6aad8dbde GH-48004: [C++][Parquet] Fix hang in ColumnReader benchmark
(#48005)
add c10847cde6 GH-47103: [Statistics][C++] Implement Statistics
specification attribute ARROW:null_count:approximate (#47969)
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/basic-array.cpp | 60 ++++++++++++++++++++++-
c_glib/arrow-glib/basic-array.h | 12 +++++
c_glib/test/test-array-statistics.rb | 16 +++++-
cpp/src/arrow/array/array_test.cc | 12 ++---
cpp/src/arrow/array/statistics.h | 4 +-
cpp/src/arrow/array/statistics_test.cc | 19 ++++++-
cpp/src/arrow/compare.cc | 3 +-
cpp/src/arrow/record_batch.cc | 15 ++++--
cpp/src/arrow/record_batch_test.cc | 33 ++++++++++++-
cpp/src/parquet/arrow/arrow_statistics_test.cc | 6 ++-
python/pyarrow/array.pxi | 20 ++++++--
python/pyarrow/includes/libarrow.pxd | 2 +-
python/pyarrow/tests/parquet/test_parquet_file.py | 1 +
ruby/red-arrow/lib/arrow/array-statistics.rb | 12 +++++
ruby/red-parquet/test/test-array-statistics.rb | 10 ++++
15 files changed, 200 insertions(+), 25 deletions(-)