You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/07/14 17:51:57 UTC

[arrow-rs] branch master updated (911629790 -> 5e520bb69)

This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    from 911629790 Test utf8_validation checks char boundaries (#2068)
     add 5e520bb69 Support peek_next_page() and skip_next_page in serialized_reader. (#2044)

No new revisions were added by this update.

Summary of changes:
 parquet/src/arrow/async_reader.rs         |   2 +-
 parquet/src/column/page.rs                |   2 +-
 parquet/src/file/metadata.rs              |  22 ++-
 parquet/src/file/serialized_reader.rs     | 253 +++++++++++++++++++++++++++---
 parquet/src/util/mod.rs                   |   2 +
 parquet/src/util/page_util.rs             |  54 +++++++
 parquet/src/util/test_common/page_util.rs |   2 +-
 7 files changed, 308 insertions(+), 29 deletions(-)
 create mode 100644 parquet/src/util/page_util.rs