You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/02/17 18:32:23 UTC

[arrow-rs] branch master updated (9870533 -> f4c7102)

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

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


    from 9870533  Enable dead_code lint (#1324)
     add f4c7102  Expose page encoding `ColumnChunkMetadata` (#1322)

No new revisions were added by this update.

Summary of changes:
 parquet/src/file/metadata.rs            | 46 +++++++++++++++++++-
 parquet/src/file/mod.rs                 |  1 +
 parquet/src/file/page_encoding_stats.rs | 75 +++++++++++++++++++++++++++++++++
 parquet/src/file/serialized_reader.rs   | 11 ++++-
 4 files changed, 131 insertions(+), 2 deletions(-)
 create mode 100644 parquet/src/file/page_encoding_stats.rs