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 fe5c9fe3cb ARROW-17932: [C++] Implement streaming RecordBatchReader
for JSON (#14355)
add 56cf063b52 ARROW-18420: [C++][Parquet] Introduce ColumnIndex &
OffsetIndex (#14803)
No new revisions were added by this update.
Summary of changes:
cpp/src/parquet/CMakeLists.txt | 2 +
cpp/src/parquet/metadata.cc | 6 +-
cpp/src/parquet/metadata.h | 2 +-
cpp/src/parquet/metadata_test.cc | 2 +-
cpp/src/parquet/page_index.cc | 234 +++++++++++++++++++++++++++++++++
cpp/src/parquet/page_index.h | 129 ++++++++++++++++++
cpp/src/parquet/page_index_test.cc | 259 +++++++++++++++++++++++++++++++++++++
cpp/src/parquet/thrift_internal.h | 9 ++
cpp/src/parquet/types.h | 11 ++
cpp/submodules/parquet-testing | 2 +-
docs/source/cpp/parquet.rst | 14 ++
11 files changed, 664 insertions(+), 6 deletions(-)
create mode 100644 cpp/src/parquet/page_index.cc
create mode 100644 cpp/src/parquet/page_index.h
create mode 100644 cpp/src/parquet/page_index_test.cc