You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/03/27 20:36:13 UTC

[arrow] branch master updated (6ec0d77 -> 49d16af)

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

wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 6ec0d77  ARROW-8243: [Rust] [DataFusion] Fix inconsistency in LogicalPlanBuilder api
     add 49d16af  ARROW-8231: [Rust] Parse parquet key_value_metadata

No new revisions were added by this update.

Summary of changes:
 rust/parquet/src/arrow/arrow_reader.rs |   8 ++-
 rust/parquet/src/arrow/schema.rs       | 104 ++++++++++++++++++++++++++++-----
 rust/parquet/src/file/reader.rs        |  26 +++++++++
 rust/parquet/src/schema/printer.rs     |  11 ++++
 4 files changed, 131 insertions(+), 18 deletions(-)