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 27f50c7 ARROW-9928: [C++] Speed up integer parsing slightly
add e2fbac5 ARROW-9901: [C++] Add hand-crafted Parquet to Arrow
reconstruction tests
No new revisions were added by this update.
Summary of changes:
cpp/src/parquet/CMakeLists.txt | 5 +
cpp/src/parquet/arrow/arrow_schema_test.cc | 16 +
cpp/src/parquet/arrow/reader.cc | 4 +-
cpp/src/parquet/arrow/reconstruct_internal_test.cc | 1652 ++++++++++++++++++++
cpp/src/parquet/column_writer.cc | 5 +-
cpp/src/parquet/column_writer.h | 12 +-
6 files changed, 1689 insertions(+), 5 deletions(-)
create mode 100644 cpp/src/parquet/arrow/reconstruct_internal_test.cc