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/04 20:54:47 UTC

[arrow] branch master updated (757e50e -> 5db1d2a)

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 757e50e  ARROW-6582: [R] Arrow to R fails with embedded nuls in strings
     add 5db1d2a  ARROW-11072: [Rust] [Parquet] Support reading decimal from physical int types

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array_binary.rs   |  7 +++++
 rust/parquet/src/arrow/array_reader.rs | 56 +++++++++++++++++++++++-----------
 rust/parquet/src/arrow/arrow_reader.rs | 44 ++++++++++++++------------
 rust/parquet/src/arrow/schema.rs       | 26 +++++++---------
 rust/parquet/src/schema/types.rs       | 18 +++++++++++
 5 files changed, 99 insertions(+), 52 deletions(-)