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 2021/03/07 19:10:49 UTC

[arrow] branch master updated (976ddbf -> 69d436d)

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

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


    from 976ddbf  ARROW-11896: [Rust] Disable Debug symbols on CI test builds
     add 69d436d  ARROW-11803: [Rust] [Parquet] Support v2 LogicalType

No new revisions were added by this update.

Summary of changes:
 rust/parquet/src/arrow/array_reader.rs |   13 +-
 rust/parquet/src/arrow/schema.rs       |   96 +--
 rust/parquet/src/basic.rs              | 1098 +++++++++++++++++++++++---------
 rust/parquet/src/column/reader.rs      |    4 +-
 rust/parquet/src/file/footer.rs        |    1 +
 rust/parquet/src/file/writer.rs        |   57 +-
 rust/parquet/src/record/api.rs         |  116 ++--
 rust/parquet/src/record/reader.rs      |   10 +-
 rust/parquet/src/schema/mod.rs         |    4 +-
 rust/parquet/src/schema/parser.rs      |   39 +-
 rust/parquet/src/schema/printer.rs     |   42 +-
 rust/parquet/src/schema/types.rs       |  181 ++++--
 rust/parquet/src/schema/visitor.rs     |    8 +-
 13 files changed, 1143 insertions(+), 526 deletions(-)