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 2021/01/22 12:46:52 UTC

[arrow] branch master updated (457fa91 -> 251ecac)

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 457fa91  ARROW-11343: [Rust][DataFusion] Simplified example with UDF.
     add 251ecac  ARROW-10766: [Rust] [Parquet] Compute nested list definitions

No new revisions were added by this update.

Summary of changes:
 rust/parquet/src/arrow/array_reader.rs |   33 +-
 rust/parquet/src/arrow/arrow_writer.rs |   54 +-
 rust/parquet/src/arrow/levels.rs       | 1450 +++++++++++++++++++++++++++-----
 rust/parquet/src/arrow/schema.rs       |   16 +-
 4 files changed, 1318 insertions(+), 235 deletions(-)