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/15 22:50:49 UTC

[arrow-rs] branch master updated (5a7ec4624 -> 95cf03013)

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 5a7ec4624 Clap fixes (#3528)
     add 95cf03013 Write backwards compatible row group statistics (#3526) (#3527)

No new revisions were added by this update.

Summary of changes:
 parquet/src/basic.rs             |  7 +++++
 parquet/src/column/writer/mod.rs | 27 ++++++++++++++--
 parquet/src/file/statistics.rs   | 68 +++++++++++++++++++++++++++++++++++-----
 parquet/src/file/writer.rs       | 56 +++++++++++++++++++++++++++++++++
 parquet/src/schema/types.rs      | 12 ++++++-
 5 files changed, 159 insertions(+), 11 deletions(-)