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 2023/01/23 16:47:51 UTC

[arrow-rs] branch master updated (892a80385 -> de381ec54)

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 892a80385 Add external variant to ParquetError (#3285) (#3574)
     add de381ec54 Use native types in PageIndex (#3575) (#3578)

No new revisions were added by this update.

Summary of changes:
 parquet/src/bin/parquet-index.rs            |   6 +-
 parquet/src/data_type.rs                    |  59 +---------------
 parquet/src/encodings/rle.rs                |   7 +-
 parquet/src/file/page_index/index.rs        | 104 ++--------------------------
 parquet/src/file/page_index/index_reader.rs |  12 ++--
 parquet/src/file/serialized_reader.rs       |  80 ++++++++++++++++-----
 parquet/src/file/statistics.rs              |   6 +-
 parquet/src/util/bit_util.rs                | 102 +++++++++++++++++----------
 8 files changed, 147 insertions(+), 229 deletions(-)