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 2020/11/30 22:50:53 UTC

[arrow] branch master updated (17805f3 -> 4e4e938)

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.git.


    from 17805f3  ARROW-10693: [Rust] [DataFusion] Add support to left join
     add 4e4e938  ARROW-9728: [Rust] [Parquet] Nested definition & repetition for structs

No new revisions were added by this update.

Summary of changes:
 rust/parquet/src/arrow/arrow_writer.rs | 570 +++++++++++----------------------
 rust/parquet/src/arrow/levels.rs       | 333 +++++++++++++++++++
 rust/parquet/src/arrow/mod.rs          |   1 +
 3 files changed, 519 insertions(+), 385 deletions(-)
 create mode 100644 rust/parquet/src/arrow/levels.rs