You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2019/12/02 20:32:32 UTC

[arrow] branch master updated (6c2035a -> 81909dc)

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

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


    from 6c2035a  ARROW-7035: [R] Default arguments are unclear in write_parquet docs
     add 81909dc  ARROW-6891: [Rust] [Parquet] utf8 support for arrow reader.

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/equal.rs          |   6 +
 rust/parquet/src/arrow/array_reader.rs | 200 +++++++++++++++++++++++++++++++--
 rust/parquet/src/arrow/arrow_reader.rs | 103 +++++++++++------
 rust/parquet/src/arrow/converter.rs    |  78 +++++++++++--
 rust/parquet/src/column/writer.rs      |  36 ++++++
 rust/parquet/src/data_type.rs          |  10 ++
 rust/parquet/src/errors.rs             |   3 +-
 7 files changed, 379 insertions(+), 57 deletions(-)