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/11/05 21:13:46 UTC

[arrow-rs] branch master updated (fc58036e7 -> e2c419953)

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 fc58036e7 Update arrow-flight (#3019)
     add e2c419953 Support Predicate Pushdown for Parquet Lists (#2108) (#2999)

No new revisions were added by this update.

Summary of changes:
 parquet/src/arrow/arrow_reader/mod.rs |  28 +++++
 parquet/src/column/reader/decoder.rs  | 221 +++++++++++++++++++++++++++++-----
 parquet/src/encodings/rle.rs          |   1 +
 3 files changed, 218 insertions(+), 32 deletions(-)