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/13 16:55:46 UTC

[arrow] branch rust-parquet-arrow-writer updated (3d0a9d5 -> 80a9c02)

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 3d0a9d5  ARROW-9671: [C++] Fix a bug in BasicDecimal128 constructor that interprets uint64_t integers with highest bit set as negative.
     add 80a9c02  ARROW-8289: [Rust] Parquet Arrow writer with nested support

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/mod.rs            |   2 +-
 rust/parquet/src/arrow/arrow_writer.rs | 682 +++++++++++++++++++++++++++++++++
 rust/parquet/src/arrow/mod.rs          |   5 +-
 rust/parquet/src/column/writer.rs      |   2 -
 rust/parquet/src/schema/types.rs       |   6 +-
 5 files changed, 692 insertions(+), 5 deletions(-)
 create mode 100644 rust/parquet/src/arrow/arrow_writer.rs