This is an automated email from the ASF dual-hosted git repository.
bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 8889b35 ARROW-8655: [Python][Dataset] Provide helper method to get
keys from a partition expression
add d396990 ARROW-9346: [C++][Python][Dataset] Add total_byte_size
metadata to RowGroupInfo
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/dataset/file_parquet.cc | 7 +++++--
cpp/src/arrow/dataset/file_parquet.h | 19 ++++++++++++++++---
python/pyarrow/_dataset.pyx | 4 ++++
python/pyarrow/includes/libarrow_dataset.pxd | 1 +
python/pyarrow/tests/test_dataset.py | 5 ++++-
5 files changed, 30 insertions(+), 6 deletions(-)