This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from ada9569 ARROW-9370: [Java] Bump Netty version
add fc962d9 ARROW-9108: [C++][Dataset] Add supports for missing type in
Statistics to Scalar conversion
No new revisions were added by this update.
Summary of changes:
cpp/src/parquet/CMakeLists.txt | 1 +
cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 39 ++++
cpp/src/parquet/arrow/reader_internal.cc | 121 ++++++++----
cpp/src/parquet/arrow/schema.cc | 189 +-----------------
cpp/src/parquet/arrow/schema_internal.cc | 222 ++++++++++++++++++++++
cpp/src/parquet/arrow/schema_internal.h | 48 +++++
cpp/src/parquet/statistics.cc | 22 ++-
cpp/src/parquet/statistics.h | 4 +-
python/pyarrow/public-api.pxi | 3 +
python/pyarrow/tests/test_dataset.py | 112 +++++++++++
10 files changed, 530 insertions(+), 231 deletions(-)
create mode 100644 cpp/src/parquet/arrow/schema_internal.cc
create mode 100644 cpp/src/parquet/arrow/schema_internal.h