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/26 19:09:25 UTC

[arrow] branch master updated (143c2be -> 2c5e264)

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 143c2be  ARROW-11736: [R] Allow string compute functions to be optional
     add 2c5e264  ARROW-11365: [Rust] [Parquet] Logical type printer and parser

No new revisions were added by this update.

Summary of changes:
 rust/parquet/src/arrow/schema.rs   |  51 +++-
 rust/parquet/src/basic.rs          |  73 +-----
 rust/parquet/src/schema/parser.rs  | 484 ++++++++++++++++++++++++++++++++++++-
 rust/parquet/src/schema/printer.rs | 423 +++++++++++++++++++++++++++++---
 4 files changed, 903 insertions(+), 128 deletions(-)