This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 9ef539e ARROW-4221: [C++][Python] Add canonical flag in COO sparse
index
add 2e94641 ARROW-9297: [C++][Parquet] Support chunked row groups in
RowGroupRecordBatchReader
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/util/iterator.h | 16 +--
cpp/src/arrow/util/iterator_test.cc | 8 +-
cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 16 ++-
cpp/src/parquet/arrow/reader.cc | 116 +++++++++++-----------
cpp/src/parquet/arrow/reader.h | 27 +++--
cpp/src/parquet/arrow/schema.h | 56 +++++++----
6 files changed, 147 insertions(+), 92 deletions(-)