You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2020/08/18 16:40:17 UTC

[arrow] branch rust-parquet-arrow-writer updated (f11b322 -> 2bfa2d3)

This is an automated email from the ASF dual-hosted git repository.

nevime pushed a change to branch rust-parquet-arrow-writer
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from f11b322  ARROW-8289: [Rust] Parquet Arrow writer with nested support
     add 2bfa2d3  ARROW-8423: [Rust] [Parquet] Serialize Arrow schema metadata

No new revisions were added by this update.

Summary of changes:
 rust/parquet/Cargo.toml                |   3 +-
 rust/parquet/src/arrow/arrow_writer.rs |  27 ++-
 rust/parquet/src/arrow/mod.rs          |   4 +
 rust/parquet/src/arrow/schema.rs       | 322 +++++++++++++++++++++++++++------
 rust/parquet/src/file/properties.rs    |   6 +-
 5 files changed, 297 insertions(+), 65 deletions(-)