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/15 15:11:48 UTC

[arrow-rs] branch master updated (41fedad -> 02d17ab)

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 41fedad  Enable clippy::float_equality_without_abs lint (#1305)
     add 02d17ab  Vectorized DeltaBitPackDecoder (#1281) (#1284)

No new revisions were added by this update.

Summary of changes:
 parquet/Cargo.toml                |   1 +
 parquet/benches/arrow_reader.rs   | 583 +++++++++++++++++++++-----------------
 parquet/src/encodings/decoding.rs | 324 +++++++++++----------
 parquet/src/util/bit_util.rs      |  39 ++-
 4 files changed, 539 insertions(+), 408 deletions(-)