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 2020/03/16 14:50:41 UTC

[arrow] branch master updated (ab21f0e -> 368037f)

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 ab21f0e  ARROW-8128: [C#] NestedType children serialized on wrong length
     add 368037f  ARROW-8124: [Rust] Update library dependencies

No new revisions were added by this update.

Summary of changes:
 rust/arrow-flight/Cargo.toml                   |  6 +++---
 rust/arrow/Cargo.toml                          | 22 +++++++++++-----------
 rust/arrow/benches/builder.rs                  |  4 ++--
 rust/datafusion/Cargo.toml                     | 18 +++++++++---------
 rust/parquet/Cargo.toml                        | 12 ++++++------
 rust/parquet/src/arrow/array_reader.rs         |  4 ++--
 rust/parquet/src/column/reader.rs              |  6 +++---
 rust/parquet/src/column/writer.rs              |  4 ++--
 rust/parquet/src/compression.rs                |  2 +-
 rust/parquet/src/encodings/rle.rs              |  4 ++--
 rust/parquet/src/util/test_common/page_util.rs |  4 ++--
 rust/parquet/src/util/test_common/rand_gen.rs  |  8 ++++----
 12 files changed, 47 insertions(+), 47 deletions(-)