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/05/02 16:41:48 UTC

[arrow-rs] branch master updated (08dc16c96 -> eb5ac6953)

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 08dc16c96 Support fixed point multiplication for DictionaryArray of Decimals (#4136)
     add eb5ac6953 Cleanup ChunkReader (#4118) (#4156)

No new revisions were added by this update.

Summary of changes:
 parquet/src/arrow/async_reader/mod.rs |  39 +++---
 parquet/src/bin/parquet-layout.rs     |   3 +-
 parquet/src/file/footer.rs            |   2 +-
 parquet/src/file/reader.rs            |  68 ++++++++--
 parquet/src/file/serialized_reader.rs |  63 +--------
 parquet/src/util/io.rs                | 246 ----------------------------------
 parquet/src/util/mod.rs               |   1 -
 7 files changed, 88 insertions(+), 334 deletions(-)
 delete mode 100644 parquet/src/util/io.rs